From: Rick James Date: August 7 2012 6:55pm Subject: RE: About character_set_* List-Archive: http://lists.mysql.com/mysql/227959 Message-Id: <2E7DD7ADE53B044C8C8BCD9C5829E1EB1489DBA17C@SP2-EX07VS01.ds.corp.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The answer is long and involved... http://mysql.rjweb.org/doc.php/charcoll > -----Original Message----- > From: Zhigang Zhang [mailto:zzgang2008@stripped] > Sent: Tuesday, August 07, 2012 3:25 AM > To: mysql@stripped > Subject: About character_set_* >=20 > Hello. >=20 >=20 >=20 > As I know, when client send data to server, the encoding converting > process > is: >=20 >=20 >=20 > character_set_client --> character_set_connection --> db table > encoding. >=20 >=20 >=20 > I think it is a short path than above way: >=20 >=20 >=20 > character_set_client --> db table encoding. >=20 >=20 >=20 > Why it is converted to "character_set_connection"? >=20 >=20 >=20 >=20 >=20 > Yours >=20 > Zhigang.