The data files are compatible with percona server. You just need to start percona server mysqld and everything will work.
Only when you enable some features (like extra rollback segments) on percona server, you might not be able to go back to mysql. but you rarely need to change this parameter.
The data files are compatible with percona server. You just need to start percona server mysqld and everything will work.
Only when you enable some features (like extra rollback segments) on percona server, you might not be able to go back to mysql. but you rarely need to change this parameter.
At a guess I'd say mysqldump your database from MySQL and reimport it into the Percona server.
I don't know if you can just fire up Percona server pointed to the same datadir as MySQL. Might be worth investigating.
Here is a good tutorial You need just remove mysql-server and install percona-server, that's all.
Percona and Mysql binary compatible!
Than just add percona repo and
After that you can start Mysql and it will work
More complete tutorial you can find by link below
https://www.digitalocean.com/community/tutorials/how-to-install-a-fresh-percona-server-or-replace-mysql
It's pretty much the same upgrade path from 5.0 to 5.1, of course to make better use of Percona enhancements you should consult the wiki.