i want to convert mysql database to sqlite database, is there a way to do this using php or some other tool? i have downloaded a firefox addon and there is also an option to import sql, but this does not work for me.
Asked
Active
Viewed 4,348 times
0
-
Look at [this question](http://stackoverflow.com/questions/489277/script-to-convert-mysql-dump-sql-file-into-format-that-can-be-imported-into-sqlit) – Jan S Oct 11 '11 at 05:53
1 Answers
0
-
-
try [this](https://gist.github.com/943776) from the list. Also some of the tools may have a trial version which you could use. – Jan S Oct 11 '11 at 05:50
-
thanks Jan for your quick response, but still this is not in php – Syed Azhar Abbas Oct 11 '11 at 05:54
-
[This is](http://stackoverflow.com/questions/6060029/how-to-convert-mysql-to-sqlite3-using-php) This should help. There's no super easy way though. – Jan S Oct 11 '11 at 06:04