Migrating from MyISAM to XtraDB
Posted
by
Wringley
on Server Fault
See other posts from Server Fault
or by Wringley
Published on 2012-09-14T20:56:19Z
Indexed on
2012/09/14
21:39 UTC
Read the original article
Hit count: 285
Just a few questions that I just can't find anywhere about migrating to XtraDB.
My group has been using MyISAM dbs for production and was wondering how hard is it to migrate to Percona's XtraDB and how would you go about doing so?
Would I have to migrate MyISAM to InnoDB first or can I go straight to XtraDB?
I installed Percona Server with XtraDB package on my Fedora machine but the documentation isn't very helpful as to how to use it so I was wondering does Percona just piggyback on a standard MySQL installation or is it a separate entity?
Links to documentation on how to solve my questions would be fantastic.
Thanks, Server Newbie.
© Server Fault or respective owner