All tables of my database are InnoDB except the language table, which is MyISAM. I tried converting it to InnoDB using the following:
Code:
ALTER TABLE language ENGINE=InnoDB
After running I get...