Convert MySQL to SQlite

mullek picture mullek · Oct 8, 2010 · Viewed 191.8k times · Source

Is it possible to convert from MySQL to SQLite with a free tool on windows?

Answer

David LeBauer picture David LeBauer · Mar 29, 2012

There is a mysql2sqlite.sh script on GitHub

As described in the header, the script can be used like this:

./mysql2sqlite.sh myDbase | sqlite3 database.sqlite

alternatives