MySQLコンポーネントのデータベースをリストアするときに、リストア操作が失敗することがあります。
BDDクラスタをリストアするときに発生することがあるいくつかの一般的なエラー、およびそれらを修正するための手順を次に示します。問題を解決したら、リストア処理を再実行できます。
There is a discrepancy on lower_case_table_names between the current studio database and backed up one! You backed up studio databaslower_case_table_names is 1 and are trying to restore to a database whose value of lower_case_table_names is 0.
lower_case_table_names=1
mysqladmin -u root -p variables | grep lower_case_table_name
2006 (HY000) at line 742: MySQL server has gone away
max_allowed_packet=32m
mysqladmin -u root -p variables | grep max_allowed_packet=32m