- 博客(4)
- 收藏
- 关注
原创 解决 MySQL server 报错1130 - Host ‘XXXXXX‘ is not allowed to connect to this MySQL server
5、查看user表中的数据:select Host, User,authentication_string from user;6、修改user表中的Host:update user set Host='%' where User='root';4、查看mysql数据库中所有的表:show tables;2、看当前所有数据库:show databases;7、最后刷新一下:flush privileges;1、连接服务器: mysql -u root -p。3、进入mysql数据库:use mysql;
2023-04-19 11:38:06
257
1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人