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.
解决方法:
mysql_upgrade -u root -p123
重启服务.
本文出自 蓝鹰博客,转载时请注明出处及相应链接。
本文永久链接: http://www.lanyingblog.com/blog/244.html