I am looking at the robot

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

Illegal mix of collations

September 1, 2009 -
Error Number: 1267
Illegal mix of collations...
more

Access MySQL on another server

June 17, 2009 -
mysql -h puffy.muffin.com -P 3306 -u peaches -p
more