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
Post a Comment