Linux Sysadmin Blog

Linux Sysadmin Blog header image 4

Entries from October 9th, 2008

MySQL replication problems

October 9th, 2008 · 2 Comments · monitoring, MySQL, Replication

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 [...]

[Read more →]

Tags: ···