mysql插入汉子失败
root@localhost ttt>create table ce(
-> username varchar(25)
-> )
-> ENGINE= MYISAM CHARACTER SET utf8 ;
Query OK, 0 rows affected (0.02 sec)
root@localhost ttt>insert into ce(username) value('张');
ERROR 1366 (HY000): Incorrect string value: '\xD5\xC5' for column 'username' at row 1