MySQL Characterset and Collation
Definition
A character set is a set of symbols and encodings. A collation is a set of rules for comparing characters in a character set. For more infor follow link belowhttp://dev.mysql.com/doc/refman/5.0/en/charset-general.html
In order to create a new MySQL UTF-8 Db with a collation of uitf8_unicode_ci, from scratch use the following example
Comments