时间:2021-07-01 10:21:17 帮助过:45人阅读
1、登录数据库:mysql -u root -p
2、查看当前所有数据库:show databases; 并进入mysql数据库
3、查看mysql数据库中所有的表:show tables; 并查看user表中的数据:select host, user from user;
4、删除多余主机:delete from user where host = ‘127.0.0.1‘ or host = ‘::1‘; 修改user表中的host:update user set host=‘%‘ where user=‘root‘;
5、最后刷新一下:flush privileges;
Mysql连接报错:1130-host ... is not allowed to connect to this MySql server如何处理
标签:data let host bubuko tab 主机 登录 .com sele