mysql 5.7.10修改初始密码

You must reset your password using ALTER USER statement before executing this statement.

mysql> alter user ‘root’@’localhost’ identified by ‘123456’;

发表评论