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