mysql安装

1.安装MySQL

$ sudo apt-get install mysql-server

2.登录

$ mysql -uroot -proot     (-u加用户名 -p密码)

相关推荐