mysql2sqlite
mysql2sqlite copied to clipboard
Not converted the dump to SQLite3 DB
From README.md:
- 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?
Sounds like you have some really old version of the mysql2sqlite script. Could you try with the latest from the master branch?