Hi All,
When entering data through MySQL Workbench using the GUI the data doesnt replicate but when entering it through the console in "mysql>" it does replicate.
We are using mysql version 5.0.67 and workbench version 5.2.28.
On server1 the my.cnf settings I have got for replication are:
server-id = 1
auto_increment_increment = 2
auto_increment_offset = 1
master-host = xxx.xx.xxx.xxx
master-user = replicant
master-password = xxxx
master-port = 3306
replicate-do-db = replication
binlog-do-db = replication
log-bin = mysql-bin
relay-log = xxxx-relay-bin
log-slave-updates
On server2 the my.cnf settings I have got for replication are:
server-id = 2
auto_increment_increment = 2
auto_increment_offset = 2
master-host = xxx.xx.xxx.xxx
master-user = replicant
master-password = xxx
master-port = 3306
replicate-do-db = replication
binlog-do-db = replication
log-bin = mysql-bin
relay-log = xxxx-relay-bin
log-slave-updates
Any ideas people?
Thanks
Karen
When entering data through MySQL Workbench using the GUI the data doesnt replicate but when entering it through the console in "mysql>" it does replicate.
We are using mysql version 5.0.67 and workbench version 5.2.28.
On server1 the my.cnf settings I have got for replication are:
server-id = 1
auto_increment_increment = 2
auto_increment_offset = 1
master-host = xxx.xx.xxx.xxx
master-user = replicant
master-password = xxxx
master-port = 3306
replicate-do-db = replication
binlog-do-db = replication
log-bin = mysql-bin
relay-log = xxxx-relay-bin
log-slave-updates
On server2 the my.cnf settings I have got for replication are:
server-id = 2
auto_increment_increment = 2
auto_increment_offset = 2
master-host = xxx.xx.xxx.xxx
master-user = replicant
master-password = xxx
master-port = 3306
replicate-do-db = replication
binlog-do-db = replication
log-bin = mysql-bin
relay-log = xxxx-relay-bin
log-slave-updates
Any ideas people?
Thanks
Karen