当前位置:网站首页>MySQL初探
MySQL初探
2022-07-17 00:16:00 【chip1234】
操作系统:ubuntu
1.安装MySQL
a.安装MySQL服务端、核心程序命令:sudo apt-get install mysql-server
b.安装MySQL客户端命令:sudo apt-get install mysql-client
c.验证是否安装并启动成功命令:sudo netstat -tap | grep mysql
d.(如有必要)修改MySQL配置文件命令:sudo gedit /etc/mysql/my.cnf
2.开发准备:
a.打开MySql服务命令:sudo service mysql start
b.使用 root用户登录命令(密码为空):mysql -u root
b1.密码非空:mysql -u root -p


3.新建数据库命令
a.(进入mysql后操作时
边栏推荐
- Inverse yuan (I'll add these words if there are too many people using the name)
- Experience in using flow playback tool Gor
- Tree array and St table
- If a hunter shoots a rabbit with a gun
- Make a simple record and check the set
- SoloPi APP性能测试用
- Detailed explanation of caduceus project of metauniverse public chain (I): project concept and technical framework of caduceus metaverse protocol
- General knowledge of network (detailed)
- uni app 微信小程序 点餐系统【再来一单】页面跳转
- The solution to the bounce and offset of unity3d game characters when jumping to the ground
猜你喜欢

Network layer protocol and IP packet format (detailed)

Bugku problem solution

Leetcode buckle classic topic - 82 Maximum rectangle in column chart

Project Performance Optimization Practice: solve the white screen problem of the home page, customize the loading animation to optimize the first screen effect

Nmon使用方法
![[unity Editor Extension] displays the memory size of all files in the resource directory](/img/2a/6142d07d2857bbdeaf06a9eb5f2cbb.png)
[unity Editor Extension] displays the memory size of all files in the resource directory

Injection de modèles ssti

Logic vulnerability - login verification code security

Understand HTTP cache in 30 minutes

CTFHub----RCE
随机推荐
2022.6.28-database-1 Isolation level of database
If a hunter shoots a rabbit with a gun
rsync远程同步(增量备份)
网络层协议和IP数据包的格式(详解)
Longest ascending subsequence - Optimization
Interpretation of concurrent virtual users, RPS and TPS
2022最新软件测试工具大全
2022.6.28-数据库-1.数据库的隔离级别
不会叭不会叭,昨天真有人没写出二进制枚举
[tools] unity quickly starts to make the artifact tilemap of 2D and 2.5D games
Bugku problem solution
Jmeter接口测试之响应断言
SSH远程控制与访问
最长上升子序列----优化
Detailed explanation of caduceus project of metauniverse public chain (I): project concept and technical framework of caduceus metaverse protocol
剑指 Offer 53 - I. 在排序数组中查找数字 I
Nmon使用方法
如果猎人用枪打兔子
理解 继承、多态、抽象以及它们的概念
子网划分(详)