300字范文,内容丰富有趣,生活中的好帮手!
300字范文 > gorm MySql中连接出现 1130 Host ‘LAPTOP-AKP8DH1F’ is not allowed to connect to this MySQL server 的解决方法

gorm MySql中连接出现 1130 Host ‘LAPTOP-AKP8DH1F’ is not allowed to connect to this MySQL server 的解决方法

时间:2021-07-06 07:33:20

相关推荐

gorm MySql中连接出现 1130 Host ‘LAPTOP-AKP8DH1F’ is not allowed to connect to this MySQL server 的解决方法

依次执行如下命令。

use mysql;select host from user where user='root';update user set host='%' where user='root';update user set host = '%' where user ='root’;flush privileges;

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。