随笔分类 -  数据库

摘要:原因:由于mysql默认只能在本机进行操作,可以更改mysql数据库的user表的host字段即可 mysql> update user set host = '%' where user = 'root'; Query OK, 1 row affected (0.07 sec) Rows matc 阅读全文
posted @ 2025-11-09 12:25 YouThIU 阅读(37) 评论(0) 推荐(0)