日期:2014-05-16  浏览次数:20804 次

mysql安装

1.安装MySQL

$ sudo apt-get install mysql-server

2.登录

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