MySqlException: Host '14.17.107.232' is not allowed to connect to this MySQL server

 

//
mysql>use mysql;

mysql>update user set host = '%' where user = 'root';

mysql>select host, user from user;

mysql>flush privileges;

 

posted @ 2021-09-22 14:21  StarFox  阅读(23)  评论(0编辑  收藏  举报