How to install MySQL Percona XtraDB Cluster from repositories

We recommend you not setup a password (for easy install reason), after success installing run this command :

Setup MySQL password

Enable MySQL remote connection

Edit MySQL configuration :

Find this code :

replace with :

Restart MySQL Service

Let’s test Mysql remote connection

128.92.9.1 (your ip address)

username : root

password : p@ssw0rd

change your mysql password again :

Repeat syntax like on the top but replace :

with your new password. Okayy that’s it’s happy coding!

References

https://www.percona.com/downloads/Percona-XtraDB-Cluster/LATEST/

Installing Percona XtraDB Cluster from source

https://www.percona.com/doc/percona-xtradb-cluster/5.5/installation/compiling_xtradb_cluster.html

Installing Percona XtraDB Cluster from binary

https://www.percona.com/doc/percona-xtradb-cluster/5.6/installation.html

Leave a Reply

Your email address will not be published. Required fields are marked *