标签:server HERE 配置信息 from select mysq localhost cal nbsp
1. mysql -u root -p
2. select host from user where user=‘root‘; //可以看到当前主机配置信息为localhost.
3. update user set host = ‘%‘ where user =‘root‘ 如果2的列表不唯一,就需要后面添加条件
4. FLUSH PRIVILEGES; 刷新权限列表
Mysql is not allowed to connect mysql server
标签:server HERE 配置信息 from select mysq localhost cal nbsp
原文地址:https://www.cnblogs.com/chengyangyang/p/10283168.html