私はMySQLを初めて使用し、Windowsで実行しています。MySQLのダンプファイルからデータベースを復元しようとしていますが、次のエラーが発生します。
$ >mysql -u root -p -h localhost -D database -o < dump.sql
ERROR: ASCII '\0' appeared in the statement, but this is not allowed unless option --binary-mode is enabled and mysql is run in non-interactive mode. Set --binary-mode to 1 if ASCII '\0' is expected. Query: 'SQLite format 3'.
--binary-mode
iniファイルを入れてみましたが、それでも同じエラーが発生します。私は何をすべきか?助けてください。
更新
Nickがコメントで示唆し$ > mysql -u root -p -h localhost -D database --binary-mode -o < dump.sql
たようERROR at line 1: Unknown command '\☻'.
に、試してみましたが、次のようになりました。500Mbのダンプファイルで、gVIMを使用してその内容を表示すると、理解できない式とデータしか表示されません。