摘要:
MySQL的字符集支持(Character Set Support)有两个方面:1、字符集(Character set)2、排序比较方式(Collation)。通过命令:show character set 和 show collation 可以分别查看Mysql支持的字符集和排序方式。mysql> show character set;mysql> show collation;Mysql对于字符集的支持细化到四个层次:1、服务器(server);2、数据库(database);3、数据表(table)(字段column);4、连接(connection);1.MySQL默认字符 阅读全文
posted @ 2013-08-23 16:11
无心之源
阅读(334)
评论(0)
推荐(0)
浙公网安备 33010602011771号