摘要:        
设置mysql允许远程访问1.登陆mysql数据库,修改表。use mysql;update user set host='%' where user='root';select host,user from user;flush privileges; 注意:最后一句很重要,目的是使修改生效,如果    阅读全文
posted @ 2020-05-07 21:52
B追风少年
阅读(9523)
评论(0)
推荐(0)
        
hello
hello too