Hi,
I’m new here.
Though MySQL community mark version 5.6.13 as GA, I’m still interested in upgrade minor version in my production server.
Currently I have to stop the server, do a mysqldump, uninstall it & install a newer version in CentOS since my database is quite small.
- Is there a better way to upgrade minor version of Percona?
- One more thing, is there a way to convert my current InnoDB table (MySQL 5.6) to XtraDB (Percona 5.6)? Make a dump -> export to an SQL file, replace ENGINE from INNODB -> XTRADB, that’s it ???
Regards,