为MySQL添加远程访问
摘要:
mysql -uroot -p use mysql; //Mysql默认不允许远程登录,所以需要开启远程访问权限 select user,authentication_string,host from user; update user set host = '%' where user = 'ro 阅读全文
posted @ 2020-01-09 06:26 手中烟 阅读(163) 评论(0) 推荐(0)
posted @ 2020-01-09 06:26 手中烟 阅读(163) 评论(0) 推荐(0)
posted @ 2020-01-09 06:14 手中烟 阅读(4379) 评论(0) 推荐(0)