hi all, I have an existing mysql instance version 5.7.17, I would like to replace it with percona 5.7.17. It is installed on Cent/OS 7. any help please?
You can replace by following those steps.
- Install Percona repo.
- Stop mysqld
- Remove existing oracle mysql packages.
- Install Percona Server 5.7 rpms
- Start Percona Server 5.7
- Run mysql_upgrade
Hello mirfan, I have managed now. Thanks for the help !