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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -