Question

Hi I'd like to export data from a sqlite2 database into SQL to import into phpMyAdmin. Thanks.

Was it helpful?

Solution

After searching I found sqlite2

http://www.sqlite.org/sqlite-2_8_17.zip

And to export it to SQL you do:

sqlite database.db .dump > output.txt

To stop an error in phpMyAdmin you need to delete the first line: "BEGIN TRANSACTION;"

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top