问题描述:
权限问题,授权 给 root 所有sql 权限
解决办法:
运行下面两条sql命令即可
grant all privileges on *.* to root@"%" identified by ".";
flush privileges;
本文介绍了解决权限问题的方法,即通过运行特定的SQL命令来授予root用户所有SQL权限。
问题描述:
权限问题,授权 给 root 所有sql 权限
解决办法:
运行下面两条sql命令即可
grant all privileges on *.* to root@"%" identified by ".";
flush privileges;
1016
1万+
2万+

被折叠的 条评论
为什么被折叠?
