Tag: Reliable Dedicated server

1 article tagged with "Reliable Dedicated server"

← Back to Blog

Step for MySQL master to master replication

May 16, 2019

• First, install MariaDB on both the CentOS 7 based servers. • Command: #sudo yum install mariadb-server #sudo systemctl start mariadb #sudo systemctl enable mariadb #sudo systemctl status mariadb #sudo mysql_secure_installation (press enter for ...