What will happen if MySQL cannot write to InnoDB log?
Posted
by Casey
on Server Fault
See other posts from Server Fault
or by Casey
Published on 2010-05-19T00:44:36Z
Indexed on
2010/05/19
0:50 UTC
Read the original article
Hit count: 235
What happens to MySQL if the partition that contains InnoDB's log files (innodb_log_group_home_dir) becomes full, read-only or otherwise unwritable?
If this did happen, what recovery process would be required? Could I use a slave to aid recovery of the master?
© Server Fault or respective owner