Hello all
I have set up MySQL binary replication (on MySQL v4.0.14, Mandrake Linux 9.1) between two servers, A and B. On server A, I will be replicating tables from database C and on server B, I will be replicating tables from database D (yes, the database names are different).
I have set up a dbrep account on the master server, A, to only be able to access database C with Replication Slave, Replication Client and Super privileges. All the my.cnf files are configured correctly and the first time I start up the slave server, it does zap records over from the master server.
However, I notice that after the first time, it no longer keeps up with the master server. Although a 'show slave status;' seems to indicate that the relay log on the slave is keeping pace with the master's relay log (at almost the same position), nothing is inserted into the tables.
Does anyone know how frequently MySQL does the updates and if there is a better replication tool out there that I can make use of?
Thanks a lot for the help!