Category Archives: MySQL

When backups fail: A mysql binlog race condition

Today I ran into my first MySQL binlog race condition: The initial problem was quite simple: A typical MySQL master->slave setup with heavy load on the master and nearly no load on the slave, which only serves as a hot … Continue reading

Posted in Backup, Debian, MySQL, Shell, Ubuntu | 5 Comments

A quick note on MySQL troubleshooting and MySQL replication

PLEASE NOTE: I am currently reviewing and extending this document. While caring for a remarkable amount of MySQL server instances, troubleshooting becomes a common task. It might of interest for you which Recovering a crashed MySQL server After a server … Continue reading

Posted in Allgemein, Backup, CommandLine, Debian, Linux, MySQL, Recovery, Ubuntu | 4 Comments