首页 > 数据库 > MySQL > 正文

解决Navicat cannot proceed because system tables办法

2024-07-24 12:36:36
字体:
来源:转载
供稿:网友

今天使用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 重启服务.

发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表