会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
YouTh
博客园
首页
新随笔
联系
订阅
管理
随笔分类 -
数据库
远程连接mysql8.0时报错:1130, "Host '*.*.*.*' is not allowed to connect to this MySQL server
摘要:原因:由于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)
公告