How To Install and configure Percona Server 8.0.36 for MySQL on centos 8.5

 How To Install and configure Percona Server 8.0.36 for MySQL on centos 8.5.2.

Step.1 Go to Percona Server official website and download rpm package.

https://www.percona.com/downloads


step.2.We have download successfully rpm package and untar file rpm package.

tar -xvf  Percona-Server-8.0.36-28-r47601f19-el8-x86_64-bundle.tar


step.3.Install rpm package  and also check rpm list

rpm -ivh percona-server-client-8.0.36-28.1.el8.x86_64.rpm percona-server-server-8.0.36-28.1.el8.x86_64.rpm percona-server-shared-8.0.36-28.1.el8.x86_64.rpm percona-server-shared-compat-8.0.36-28.1.el8.x86_64.rpm percona-icu-data-files-8.0.36-28.1.el8.x86_64.rpm


step.4. checked mysql service status and start mysql service.


step.5.Grep temporary password and run mysql_secure_installation command.


step.6.Now we have successfully install and reset root user password.



step.7.check version.









Comments

Popular posts from this blog

MySQL Point in Time Recovery: How To Configure And How Does it Work?

MySQL Replication Switchover: Step-by-Step Guide

Mysql Commercial Mysqlbackup:How to take Differential or Incremental Backup and resotre using mysqlbackup utility in mysql 8.0.37 enterprise edition