ㄓㄤㄑㄧㄤ

MySQL报1130错误解决办法

update user set password_expired='N' where host = '127.0.0.1';

update user set password=password('root') where user='root';

update user set host='%' where user='root' and host='localhost';

flush privileges;

 

posted @ 2018-06-08 13:56  ㄓㄤㄑㄧㄤ  阅读(232)  评论(0编辑  收藏  举报
哈哈,页脚部分。