Export a MySQL Database to SQLite Database

Devi picture Devi · Mar 2, 2011 · Viewed 77k times · Source

Please help me with exporting a MySQL database into a SQLite database.

Answer

georgiecasey picture georgiecasey · Dec 14, 2012

There's a fantastic Linux shell script on Github that converts Mysql to an Sqlite3 file. You need both mysqldump and sqlite3 installed on your server. Works great.