Linux下设置mysql的访问权限
权限问题,授权 给 root 所有sql 权限 grant all privileges on *.* to root@"%" identified by "你的密码"; flush privileges;(强制刷新)
·
权限问题,授权 给 root 所有sql 权限
grant all privileges on *.* to root@"%" identified by "你的密码";
flush privileges;(强制刷新)
更多推荐



所有评论(0)