We are using a replication setup for our databases. The master database takes care of all the transactions and the slave database is used for hot standby, making backups and running reports. Running mysqldump for backups locks the main tables one by one (we’re using the MyISAM storage engine) and was causing user interruptions. Hence [...]
MySQL replication problems
October 9th, 2008 · 2 Comments
Tags: MySQL · Replication · monitoring
