Host********* is not allowed to connect to this MySQL server 解决方法

1 use mysql;

2 update user set host = '%' where user = 'root';

3 FLUSH PRIVILEGES;

你可能感兴趣的:(数据库笔记,java,数据库)