mysql远程连接报错

  1. use mysql;
  2. update user set host = '%' where user = 'root';
  3. FLUSH PRIVILEGES;

"Host is not allowed to connect to this MySQL server"

posted @ 2018-02-19 18:24  kdi  阅读(153)  评论(0编辑  收藏  举报