AFAIK, the dump format are almost the same, so the process should be like 1. mysqldump 2. change dump 3. import dump in mysql
There is a lot of info on step two using google. You need to change some datatypes like Boolean that is different between mysql and sqlite I don't know if you're familiar with installing plugins in rails apps, but you can look at http://blog.radixhound.com/2008/4/28/backing-up-radiant-cms-using-sqlite3 I did not try any of these, so you're on your own here :-) Reinier > -----Oorspronkelijk bericht----- > Van: [EMAIL PROTECTED] [mailto:tracks- > [EMAIL PROTECTED] Namens Luis Villa > Verzonden: dinsdag 12 augustus 2008 14:30 > Aan: tracks-discuss > Onderwerp: [Tracks-discuss] import/export (or other means of migrating > to sqlite?) > > Hey- > If I wanted to migrate from mysql to sqlite for my tracks install, any > pointers? I'm assuming import + export would do it, but I'm not sure > if that is actually working right now. Is there any other way to do > it? > > Thanks- > Lusi > _______________________________________________ > Tracks-discuss mailing list > [email protected] > http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss _______________________________________________ Tracks-discuss mailing list [email protected] http://lists.rousette.org.uk/mailman/listinfo/tracks-discuss
