Copy MySQL Database to SQLite (Table Structure Already Created)
2017-07-28 17:00 PDT
A short command to copy the contents of a mysql database into sqlite using myslqdump and sed. Assumes table structure (create statements) has already been setup in SQLite.