摘要: 背景:mysql5.6 root已授权所有数据库,执行过下面的语句 grant all privileges on *.* to 'root'@'%' identified by 'root' 当使用root登录,然后新建数据库,新建用户的时候,给新用户授权的时候却提示 access deny 解决 阅读全文
posted @ 2018-03-07 14:44 DavidZhang0 阅读(609) 评论(0) 推荐(0)