Heim  >  Artikel  >  Datenbank  >  1548-Cannot load from mysql.proc.The table is probably corru_MySQL

1548-Cannot load from mysql.proc.The table is probably corru_MySQL

WBOY
WBOYOriginal
2016-06-01 13:34:11991Durchsuche

bitsCN.com

1548-Cannot load from mysql.proc.The table is probably corrupted解决

 

   同事发邮件说navicat查询数据库,报错:1548-Cannot load from mysql.proc. The table is probably corrupted

 

      同事查了查资料,问我数据库是否升级,刚接手不久,不知道在我之前是否升过级,那就mysql_upgrade  -uroot  -p 修复升级

 

[root@db2343 ~]# mysql_upgrade -uroot 

Looking for 'mysql' as: mysql

Looking for 'mysqlcheck' as: mysqlcheck

Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/my/base/mysql.sock' 

Running 'mysqlcheck' with connection arguments: '--port=3306' '--socket=/my/base/mysql.sock' 

    。。。。。。。。。。。。。。。。。。。

mysql.columns_priv                                 OK

mysql.db                                           OK

mysql.event                                        OK

mysql.func                                         OK

mysql.general_log                                  OK

mysql.help_category                                OK

mysql.help_keyword                                 OK

mysql.help_relation                                OK

mysql.help_topic                                   OK

mysql.host                                         OK

mysql.ndb_binlog_index                             OK

mysql.plugin                                       OK

mysql.proc                                         OK

mysql.procs_priv                                   OK

mysql.proxies_priv                                 OK

。。。。。。。。。。。。。。。。。。。。

mysql.user                                         OK

test.test                                          OK

Running 'mysql_fix_privilege_tables'...

OK

 

当出现许多ok之后,基本上就修复完毕。告知同事,查询ok。
 

bitsCN.com
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn