Does `Seconds_Behind_Master` show exact Slave Lag from Master?
Does Seconds_Behind_Master always show the correct number of seconds the slave is behind the master? I have also Implemented the mk-heartbeat replication monitoring. … Read more
Does Seconds_Behind_Master always show the correct number of seconds the slave is behind the master? I have also Implemented the mk-heartbeat replication monitoring. … Read more
Is it possible for the client to use the slave when the master is down in mysql replication? I have already setup a … Read more
I’m running: # cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.5 (Santiago) # rpm -q mysql-server mysql-server-5.1.73-3.el6_5.x86_64 # and mysql> SELECT VERSION(); … Read more
We have a large MySQL database (about 100GB on disk) that we would like to spawn a slave for. Our typical process for … Read more
i am running mysql 5.1.41 that came bundled with xampp on windows. the problem is that the event doesnt run automatically even when … Read more
Is there a way to restart replication without going over MySQL :: MySQL 5.1 Reference Manual :: 16 Replication. I’m NOT seeing ANY … Read more
Currently my main culprit of poor performance is MySQL and I’m not DB savvy. So far, I’ve had little luck in optimizing MySQL … Read more
We have a MySQL 5.1 instance running on Windows Server 2008 R2 x64 (Server A) replicated to another MySQL 5.1 instance on Windows … Read more
We are in the process of testing MySQL replication before using it in production. The MySQL is being setup by Puppet in our … Read more
I’m thinking about using triggers as a logging mechanism in MySQL (v. 5.1) and therefore I’d like my trigger to get the query … Read more