MYSQL鏈接Error (1133): Can’t find any matching row in the user table錯誤的解決辦法

鏈接mysql數據庫報錯以下:mysql

Error (1133): Can’t find any matching row in the user tablesql


解決辦法:數據庫

mysql> grant all on *.* to 'username'@'%' identified by 'password';ide

mysql> flush privileges;it


*.*能夠換成你要訪問具體哪一個數據庫和具體哪張表table


發生這一錯誤的緣由是在變動了mysql.user表以後,沒有使用FLUSH PRIVILEGES命令來更新權限表(grant tables)class

相關文章
相關標籤/搜索