Posts Tagged with mysql
ERROR 1005: Can't create table (errno: 150)
May 12, 2010 - This is caused by trying to set a foreign key constraint on an attribute with a different more
MySQL identifier case sensitivity
February 4, 2010 - As it turns out there is a system setting in MySQL that controls how identifiers (ie. database or table names) are stored in the filesystem. The magical setting
lower_case_table_names more