标签:mysql where 密码
更新root密码
mysql> UPDATE user SET authentication_string=PASSWORD(
‘newpassword‘
) where USER=
‘root‘
;
mysql 5.7.12 更改root密码
原文地址:http://395086.blog.51cto.com/385086/1774594