mysql2sqlite
converts mysql database to sqlite database using php, pdo or exe
Convert a mysql database to a Sqlite database.
Includes two projects :
A) A php script
B) A windows executable, based on a python script
Converts data, indexes and foreign key constraints.
About the php script :
-don't need a lot of memory
-good speed
Was projected to use on VDS/VPS.
Usage:
wget https://sourceforge.net/projects/mysql2sqlite/files/mysql2sqlite/download
chmod +x mysql2sqlite
./mysql2sqlite
About the Windows executable and the Python script...