mysql2sqlite icon indicating copy to clipboard operation
mysql2sqlite copied to clipboard

Not converted the dump to SQLite3 DB

Open XO490 opened this issue 4 years ago • 1 comments

From README.md:

  1. Convert the dump to SQLite3 DB

./mysql2sqlite dump_mysql.sql | sqlite3 mysqlite3.db

and..

mysql2sqlite mysql_dump.sql | sqlite3 database.sqlite3 
Usage: mysql2sqlite [OPTIONS]
Try 'mysql2sqlite --help' for help.

Error: Missing option '-f' / '--sqlite-file'.

what's wrong?

XO490 avatar Apr 07 '21 09:04 XO490

Sounds like you have some really old version of the mysql2sqlite script. Could you try with the latest from the master branch?

dumblob avatar Apr 07 '21 19:04 dumblob