会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
System Maintenance
黑发不知勤学早,白首方悔读书迟。
博客园
首页
新随笔
联系
管理
2023年2月14日
MySQL 8.0 修改root远程登录【ERROR 1410 (42000): You are not allowed to create a user with GRANT】
摘要:
MySQL 8.0的数据库root用户默认无法远程登录,需要修改root的远程授权,如下: mysql> grant all privileges on *.* to 'root'@'%'; ERROR 1410 (42000): You are not allowed to create a us
阅读全文
posted @ 2023-02-14 08:34 烟雨浮华
阅读(1575)
评论(0)
推荐(1)
编辑
公告