mysql:Access denied; you need (at least one of) the RELOAD privilege(s) for this operation


   今天上午RDS作数据库恢复的时候,出现了如“Access denied; you need (at least one of) the SUPER privilege(s) for this operation”报错信息,具体解决方案见:http://5250070.blog.51cto.com/5240070/1683762 数据库

查找解决方案的时候看到了此文,两者的报错颇具相同,感受很好,因此转载做为收藏。bash


  1. reload 是 administrative 级的权限,即 server administration;这类权限包括:ide

   CREATE USER, PROCESS, RELOAD, REPLICATION CLIENT, REPLICATION SLAVE, SHOW DATABASES, SHUTDOWN, SUPERthis


2. 这类权限的受权不是针对某个数据库的,所以须使用on *.* 来进行:spa

grant reload on *.* to 'test'@'localhost';


转载地址:http://blog.csdn.net/ljasdf123/article/details/30506023.net

相关文章
相关标签/搜索