69127

Question:
Hi I'd like to export data from a sqlite2 database into SQL to import into phpMyAdmin. Thanks.
Answer1:After searching I found sqlite2
<a href="http://www.sqlite.org/sqlite-2_8_17.zip" rel="nofollow">http://www.sqlite.org/sqlite-2_8_17.zip</a>
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;"