摘要: https://www.cnblogs.com/zhangkanghui/p/9613844.html 开启外网访问: 命令行登录mysql use mysql; update user set host='%' where user='root'; flush privileges; ok 补充: 阅读全文
posted @ 2020-06-24 09:17 官萧何 阅读(169) 评论(0) 推荐(0)