mysql 设置密码

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'
原文地址:https://www.cnblogs.com/xcwytu/p/3810100.html