networking

How To Set Up Database Replication In MySQL

1 Configure The Master First we have to edit /etc/mysql/my.cnf. We have to enable networking for MySQL, and MySQL should listen on all IP addresses, therefore we comment out these lines (if existant): #skip-networking #bind-address = 127.0.0.1 Furthermore we have to tell MySQL for which database it should write logs (these logs are used by [...]