How can I import an sqlite database to phpMyAdmin?

sanaEsprit picture sanaEsprit · Sep 5, 2013 · Viewed 23.4k times · Source

I have a sqlite database. I have tried to export that database and import it to phpMyAdmin in SQL format but it didn't work. Can someone please help me?

Answer

Martin Thoma picture Martin Thoma · Dec 30, 2013

You might want to take a look at phpliteAdmin. It looks like this:

enter image description here

You only need to be able to execute PHP. The whole project consists of 3 files, where one is a README, one is a config file and the other one is the real program.