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

相關文章
相關標籤/搜索