I would like to change the the db from mysql to sqlite db. I know that there are skripts and tools out there for converting a mysql db into a sqlite. For example http://forums.mysql.com/read.php?145,68269,92627
Is there anything else to do other than to convert the database? Is the structure of the db the same?
If there is anyone out there who has done what I would like to do and is willing the share a bit of knowledge it would be highly appreciated.
Andreas
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to change the the db from mysql to sqlite db. I know that there are skripts and tools out there for converting a mysql db into a sqlite. For example http://forums.mysql.com/read.php?145,68269,92627
Is there anything else to do other than to convert the database? Is the structure of the db the same?
If there is anyone out there who has done what I would like to do and is willing the share a bit of knowledge it would be highly appreciated.
Andreas
No idea to do the conversion, but a dump and reload should work, because the structure is the same.
Marijn