Migrating from sqlite to mysql
If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance? -- Roy Smith roy@panix.com
On Tue, Sep 6, 2011 at 12:20 AM, Roy Smith <roy@panix.com> wrote:
If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance?
DBTNG Migrator http://drupal.org/project/dbtng_migrator claims to do seamless migration, could be worth to give it a try.
See http://stackoverflow.com/questions/18671/quick-easy-way-to-migrate-sqlite3-t... for some non-Drupal specific solutions as well. sivaji j.g wrote:
On Tue, Sep 6, 2011 at 12:20 AM, Roy Smith<roy@panix.com> wrote:
If I start developing a site using sqlite, how difficult will it be to migrate to mysql at some point in the future when I need higher performance?
DBTNG Migrator http://drupal.org/project/dbtng_migrator claims to do seamless migration, could be worth to give it a try.
-- __________________ Michael Prasuhn 503.512.0822 office mike@mikeyp.net http://mikeyp.net
participants (3)
-
Michael Prasuhn -
Roy Smith -
sivaji j.g