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.
|
2
|
|||
|
|
|
|
This shell script help you
|
|||
|
|
|
To get the above script to work, I made the following changes:
Then it worked nicely... thanks for the script. |
|||
|
|
|
|
This script throws the following errors for me on OSX. Substitution loop at -e line 1, <> chunk 1. |
||
|
|
|
|
works fine on Centos 5.3 64bit. once you have the output file load it like so: shell> sqlite3 file_name.db SQLite version 3.3.6 Enter ".help" for instructions sqlite> .databases seq name file 0 main /current_directory/file_name.db |
||
|
|