This section describes how to configure the server to use
different character sets. It also discusses how to set the
server's time zone and enable per-connection time zone support.
MySQL's number parsing routines do not rely on the OS's locale setting concerning the decimal symbol. That means, for example, LOAD DATA INFILE could not deal with numbers containing comma as decimal separator, even if it is set in the OS (Win XP).
User Comments
MySQL's number parsing routines do not rely on the OS's locale setting concerning the decimal symbol. That means, for example, LOAD DATA INFILE could not deal with numbers containing comma as decimal separator, even if it is set in the OS (Win XP).
Add your own comment.