mysql远程访问

登录mysql后执行如下操作

  use mysql
  update user set host = '%' where user = 'root';
  FLUSH PRIVILEGES;

你可能感兴趣的:(mysql远程访问)