December 2005
Intermediate to advanced
336 pages
4h 52m
English
In this chapter, you’ll learn the basics of how MySQL handles different character sets and languages.
Database tables are used to store and retrieve data. Different languages and character sets need to be stored and retrieved differently. As such, MySQL needs to accommodate different character sets (different alphabets and characters) as well as different ways to sort and retrieve data.
When discussing multiple languages and characters sets, you will run into the following important terms:
Character sets are collections of letters and symbols.
Encodings are the internal representations of the members of a character set.
Collations are the instructions that ...
Read now
Unlock full access