首页 > 技术文章 > mysql开启远程连接权限

codedoge 2019-01-04 11:04 原文

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

推荐阅读