2018年11月20日

mysql修改外部访问权限

摘要: mysql>use mysql;mysql>update user set host =’%’ where user=’root’mysql>select host,user from user;mysql>exit 阅读全文

posted @ 2018-11-20 10:13 A-Way 阅读(1749) 评论(0) 推荐(0) 编辑

导航