0

次のエラーが発生し、tokudbが起動しません。他のサーバー/バージョンからデータを復元したところ、proc テーブルの列数が異なります。

131119 16:53:44 [ERROR] Incorrect definition of table mysql.proc: expected column 'comment' at position 15 to have type text, found type char(64).
ERROR: 1136  Column count doesn't match value count at row 1
131119 16:53:44 [ERROR] Aborting

131119 16:53:44 [Note] ./bin/mysqld: Shutdown complete

mysql (tokudb) を起動するにはどうすればよいですか? ストアドプロシージャは必要ありません。

4

1 に答える 1

1

これを確認してください: http://bugs.mysql.com/bug.php?id=59364

ピーター・ローセンからのコメントがあります

"start the server with the --skip-grant-tables option to cause it to skip the normal grant table checks, then run mysql_upgrade. ... Then stop the server and restart it normally."

バグ レポートの参照 URL は次のとおりです。http://dev.mysql.com/doc/refman/5.5/en/news-5-5-7.html

于 2013-11-19T11:59:47.630 に答える