Yesterday, I was testing various backup and recovery methods supported by ZRM for MySQL before 1.1.1 release. ZRM for MySQL requires binary logging to be enabled on the MySQL server. I ran out of disk space during testing and removed the binary logs. Accidently, I deleted the last binary log used by MySQL server. MySQL server uses the most recent binary log.
I could not start MySQL server again.
# service mysqld start
061031 17:38:48 mysqld started 061031 17:38:48 InnoDB: Started; log sequence number 14 1645228884 /usr/libexec/mysqld: File '/var/lib/mysql/mysql-bin.000017' not found (Errcode: 2) 061031 17:38:48 [ERROR] Failed to open log (file …[Read more]