I have set up a basic mySQL replication across two Centos servers, lets call them Server1 and Server2.
It works fine. If I log into mySQL command line via root on Server1 and insert into a table, I can see the insert on Server2 database.
The SHOW SLAVE STATUS and SHOW MASTER status are all in sync and it looks healthy.
However, if I connect to Server1 from my desktop using MySQL workbench (different user, but one that has insert access) and enter anything, I can still see it on Server1 (from command line, on root) but I cannot see it on Server2.
No errors, no nothing.
Hope you can help, this is driving me mad.