mysql开启远程连接权限

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

posted @ 2019-01-04 11:04  敲代码的椰子  阅读(163)  评论(0)    收藏  举报