Serendipity Forums
User and developer community
https://board.s9y.org/
How to migrate backend MySql to Sqlite
https://board.s9y.org/viewtopic.php?t=8713
Page
1
of
1
How to migrate backend MySql to Sqlite
Posted:
Thu Feb 01, 2007 8:19 am
by
chep
Is there a conversion tool to move from MySql to Sqlite?
Re: How to migrate backend MySql to Sqlite
Posted:
Thu Feb 01, 2007 12:25 pm
by
garvinhicking
Hi!
Try to make an SQL dump from MySQL via phpMyAdmin and then use a tool like sqliteWebAdmin to import it?
HTH,
Garvin