I recently ran across a replication error in mysql that looks a bit like the following: Error: 'Incorrect information in file… … .frm on query' If you run the command: mysql -e 'show engines' You will see that the InnoDB engine is DISABLED. Since mysql ships with InnoDB enabled by default, this is a strange [...]