Dear friends,
I've setup two servers with mysql. One is master and another is slave.
By mysql console (master), when i insert or delete some data on table replicated, the same data inserted or deleted on master has changed in slave, so snapshot is working fine.
But, i write one php aplication to maintaining the table replicated. When i change this table by php application, the sql commando is executed on master (data is changed) but command is not send to slave. Monitoring in slave bin-log, the sql command don't arrived on slave.
What can be wrong in my configuration ???
Tanks,