码迷,mamicode.com
首页 > 其他好文 > 详细

之前总结的,现在要找工作了,给大家分享一下

时间:2019-06-29 13:00:02      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:host   sel   权限   现在   user   权限不足   mysql   roo   root   

mysql出现的错误

1130错误

进入root模式
?use mysql; select host from user where user=‘root‘; update user set host = ‘%‘ where user =‘root‘ flush privileges; ?

1142错误

权限不足

1146错误

尝试重启软件

之前总结的,现在要找工作了,给大家分享一下

标签:host   sel   权限   现在   user   权限不足   mysql   roo   root   

原文地址:https://www.cnblogs.com/ldsice/p/11106159.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!