mysql> shwo create table '爱护' ;
ERROR 1064: You have an error in your SQL syntax near 'shwo create table '爱护''
 at line 1mysql> show variables like 'character_set' ;
+---------------+--------+
| Variable_name | Value  |
+---------------+--------+
| character_set | gb2312 |
+---------------+--------+my.ini :
[WinMySQLAdmin]
Server=C:/mysql/bin/mysqld-nt.exe
QueryInterval=10[mysqld]
default-character-set =gb2312