|
character-sets-dir=/usr/local/mysql/share/mysql/charsets stored. One can force the client to use specific character set by specifying: default-character-set=character-set-name set=latin1_de. This will give you the following characteristics. When sorting and comparing strings, the following mapping is done on the strings before doing the comparison: letters are converted to uppercase. When comparing strings with LIKE the one -> two character mapping is not done. All letters are converted to uppercase. Accent are removed from all letters except: ( (the default), Estonian, French, German, Greek, Hungarian, Italian, Japanese, Korean, Norwegian, Norwegian-ny, Polish, Portuguese, Romanian, Russian, Slovak, Spanish, and Swedish. To start mysqld with a particular language, use either the --language=lang or -L lang options. For example: The language files are located (by default) in `mysql_base_dir /share/LANGUAGE /'. To update the error message file, you should edit the `errmsg.txt' file and execute the following command to generate the `errmsg.sys' file: new `errmsg.txt' file. |
manual-1001.html manual-1003.html
|