Exporting sqlite2 database to SQL -
Hi I want to import data into a sqlite2 database in SQL to import into phpMyAdmin.
Thank you.
After searching I found sqlite2
And to do this you export to SQL:
sqlite database.db .dump & gt; Output.txt
To stop an error in phpMyAdmin, you need to delete the first line: "BEGIN transfer;"
Comments
Post a Comment