MySQL设置字符集

一、MySQL的字符集层次 字符集(Character set)和排序方式(Collation)。 MySQL对于字符集的支持细化到四个层次: 服务器(server),数据库(database),数据表(table)和连接(connection)。 二、查看MySQL字符集 2.1  查看字符集的设置 1 mysql> show variables  like  'character_set_%'
相关文章
相关标签/搜索