How To Install Percona8 In CentOS7.

Install Percona8  In CentOS7

In this section we will discuss about how to Install Percona8 In CentOS7. Percona Server for MySQL is trusted by thousands of enterprises to provide better performance and concurrency for their most demanding workloads, and delivers greater value to MySQL server users with optimized performance, greater performance scalability and availability, enhanced backups and increased visibility.

It is MySQL with some (very interesting) tweaks. It should use it when it solves a particular problem that you’re having. But here’s a short list of what I believe are among the most compelling features:

– Improved Buffer Pool Scalability
– HandlerSocket included by default
– InnoDB Data Dictionary Size Limit
– Dynamic Row Format Memory Tables
– Extra slow query log statistics and configuration options

Follow These Steps To Install Percona8 In CentOS7

yum install https://repo.percona.com/yum/percona-release-latest.noarch.rpm

Enable percona server 8.0 repo

percona-release setup ps80

Install percona server

sudo yum install percona-server-server

Start mysql Server

service mysql start

Find the temporary password and login to mysql

sudo grep "temporary password" /var/log/mysqld.log

Run mysql_secure_installation

/usr/bin/mysql_secure_installation

Change the password, answer “yes” every question

Next Topic:-Click Here

This Post Has 3 Comments

Leave a Reply