sqlite - script to convert mysql dump sql file into format that can be imported into sqlite3 db -


I have an export SQL file that contains data from the table and MySQL and I want to import it into SQLite 3 dB .

What is the best way to do this?

Simply importing the file from sqlite3 tool does not work right.

This shell script helps you

  #! / Bin / sh if ["x $ 1" == "x"]; Then "Usage: $ 0  

Comments