Difference between Encoding and collation?
问题 I have seen certain questions and bugs related to encoding and collation . Could anyone of the visitors explain the difference in MySQL domain? 回答1: Encoding refers to that character set used. Collation determines the sort order. See: http://dev.mysql.com/doc/refman/5.5/en/charset-general.html 回答2: Excellent answers found here, at programmers.SE: collation defines the behaviour of comparison operators: =, >, <, <=, >= ... 回答3: I think following qualifies as a better definition for Encoding