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

原创
2022/05/11 15:04
阅读数 163
grep "temporary" /var/log/mysqld.log
 
You must reset your password using ALTER USER statement before executing this statement.
 
alter user user() identified by 'mind@20220511';
 
grant all privileges on *.* to 'root'@'%' identified by 'mind@20220511';
 
flush privileges;

展开阅读全文
加载中
点击引领话题📣 发布并加入讨论🔥
0 评论
0 收藏
0
分享
返回顶部
顶部