script to convert mysql dump sql file into format that can be imported into sqlite3 db
Posted
by spudnik1979
on Stack Overflow
See other posts from Stack Overflow
or by spudnik1979
Published on 2009-01-28T20:48:12Z
Indexed on
2010/03/30
6:43 UTC
Read the original article
Hit count: 264
hi,
i have an export sql file containing tables and data from mysql and i want to import it into a sqlite 3 db.
please can you tell me the best way?
i get error reading file in via sqlite3 binary.
© Stack Overflow or respective owner