Convert MySQL to SQlite -
is possible convert mysql sqlite free tool on windows?
there mysql2sqlite.sh script on github
as described in header, script can used this:
./mysql2sqlite.sh mydbase | sqlite3 database.sqlite
alternatives
- an updated version https://github.com/dumblob/mysql2sqlite
- a simpler script posted @ the mysql forums
wiki
Comments
Post a Comment