Export a MySQL Database to SQLite Database

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.

Leave a Comment