mysql replication 1x master, 1x slave
- by clarkk
I have just setup one master and one slave server, but its not working..
On my website I connect to the slave server and I insert some rows, but they do not appear on the master and vice versa.. What is wrong?
This is what I did:
Master:
-> /etc/mysql/my.cnf
[mysqld]
log-bin = mysql-master-bin
server-id=1
# bind-address =…