mysql 设置密码
时间:2014-06-27 17:14:06
收藏:0
阅读:210
You may need to set up a root account for your MySQL database:
In the terminal type:
mysqladmin -u root password ‘root password goes here‘
评论(0)