09.01.2017, 14:53
Quote:
|
By default, yes. But in reality it only depends on what was selected as the collation for the column. If the collation wasn't changed then it likely is latin1_swedish_ci. Where "ci" means case insensitive. Better is it to change the collation for the database to latin1_general_cs. Where "cs" means case sensitive.
|


