How to Configure MySQL Master-Master Replication
Step 1: Install MySQL Server Install MySQL Server on both machines. # apt-get update # apt-get install mysql-server mysql-client Step[…]
Read more
Step 1: Install MySQL Server Install MySQL Server on both machines. # apt-get update # apt-get install mysql-server mysql-client Step[…]
Read more
Step 1: Modify /etc/mysql/my.cnf File To enable mysql slow query logs add the lines in my.cnf file. #vi /etc/mysql/my.cnf log_slow_queries[…]
Read more