之前总结的,现在要找工作了,给大家分享一下
mysql出现的错误
1130错误
进入root模式
use mysql; select host from user where user='root'; update user set host = '%' where user ='root' flush privileges;
1142错误
权限不足
1146错误
尝试重启软件
本文来自博客园,作者:love_water,转载请注明原文链接:https://www.cnblogs.com/ldsice/p/11106159.html