首页
登录
You must reset your password using ALTER USER statement before executing this statement
meShell
· 2019-08-22
在MySql命令行中执行以下SQL语句:
mysql> ALTER USER
'root'
@
'localhost'
IDENTIFIED
BY
'you_new_password'
;
mysql
mysql-8.0
赞
留言
meShell
全栈工程师
189
浏览
0
赞
关注作者
登录
×