How to migrate backend MySql to Sqlite

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
chep
Regular
Posts: 5
Joined: Thu Feb 01, 2007 8:09 am

How to migrate backend MySql to Sqlite

Post by chep »

Is there a conversion tool to move from MySql to Sqlite?
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: How to migrate backend MySql to Sqlite

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply