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

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -