Cannot load from mysql.proc
Posted
by
Timo Schneider
on Server Fault
See other posts from Server Fault
or by Timo Schneider
Published on 2011-11-22T07:51:32Z
Indexed on
2011/11/22
10:01 UTC
Read the original article
Hit count: 326
mysql
I can not dump my MySQL-Databeses, however here's the error message:
Cannot load from mysql.proc. The table is probably corrupted
Also mysql_upgrade seems not to work:
# mysql_upgrade
Looking for 'mysql' as: mysql
Looking for 'mysqlcheck' as: mysqlcheck
Running 'mysqlcheck with default connection arguments
mysqlcheck: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
FATAL ERROR: Upgrade failed
What does that mean ?
© Server Fault or respective owner