My online tech scrapbook where I keep my notes in case I need to look them up later
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