May 25, 2012

Post: Why audit logging with triggers in MySQL is bad for replication

between master and slave in a standard replication setup. The client was using Maatkit’s mk-table-checksum to check his slave datausing two triggers on that table. select trigger_name, event_object_table, Event_Manipulation from information_schema.triggers where trigger

Comment: Finding your MySQL High-Availability solution – The questions

triggers and most likely switching to row based replication would have help. @Ryan H: Yes, my discussion is about a single databaseReplication are two different ways of replicating data, from my experience, DRBD is more reliable than replicationuse SSL between your application servers and your MySQL