How to upgrade MySQL 5.7.17 to Percona 5.7.17

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.

  1. Install Percona repo.
  2. Stop mysqld
  3. Remove existing oracle mysql packages.
  4. Install Percona Server 5.7 rpms
  5. Start Percona Server 5.7
  6. Run mysql_upgrade

Hello mirfan, I have managed now. Thanks for the help !