Friday, June 1, 2012

Learning MySQL: Part 5

To query Chinese on the mysql shell, you need to first change the character encoding for the session, otherwise Chinese or other multi-byte characters could appear as "?????".
mysql> \C utf8

No comments:

Post a Comment