tags:

views:

60

answers:

1

The column name is Case Ignore with MySQL 5.0, but, as for the table name, is Case Exact true?

+1  A: 

This boils down to whether your filesystem is case sensitive, and what the lower_case_table_names variable is set to.

See Identifier Case Sensitivity for the full details.