今天使用navicat管理mysql數據庫時提示Navicat cannot proceed because system tables錯誤提示,后來從官方找到了解決辦法,下面一各位同學分享一下.
Navicat的官方網站上找到了一段信息:
Please try to update your system table and to see if it solves your problem. mysql_upgrade is stored in the “bin” folder under the MySQL server installation path. //Vevb.com
解決方法,代碼如下:mysql_upgrade -u root -p123 重啟服務.
新聞熱點
疑難解答