
mysql服务器主从数据库同步配置
mysql字符串处理函数整理
linux中mydumper 多线程快速备份,恢复mysql数据库
解决Navicat cannot proceed because system tables办法

今天使用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.
解决方法,代码如下:mysql_upgrade -u root -...