MySQL Collations suffix
-
Did you know what the suffix in the MySQL collations are? For example what’s the difference between ascii_bin and ascii_general_ci ?
*_bin: represents binary case sensitive collation
*_cs: case sensitive collation
*_ci: case insensitive collationRead more on this at : MySQL: Case Sensitive MySQL
Advertisement
Leave a Comment























