今天在測試叢集用的mysql上,遇到個權限的問題:
我是以root使用者登入mysql的,怎麼還會遇到這問題呢,有點存在某種問題或陰謀,我檢視了下mysql下user表的各使用者的權限資訊
可以看到授權的權限沒有打開: Grant_priv is set to N for root@%. 修複下
重新登入下,就ok了。如果不能執行update的話,那就先停下mysql服務,然後mysqld_safe --skip-grant-table & (這個可以參考之前文章:http://blog.csdn.net/oDaiLiDong/article/details/50196661),等改完之後再正常啟動mysql