MySQL and InnoDB Foreign Key Tip
If you are not a DBA, as is in my case, debugging SQL errors can get tricky and cryptic. An error message like MySQL has left you or General error: 1005 Can’t create table ‘./db_name/table_name.frm’ won’t mean much to you and trying to figure out the problem can be a pain. After some googling and [...]