Quantcast
Channel: MySQL Forums - MySQL Workbench
Viewing all articles
Browse latest Browse all 3724

Data not replicating through MySQL Workbench (3 replies)

$
0
0
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

Viewing all articles
Browse latest Browse all 3724

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>