关于Mysql里的相关大小写问题

来源:互联网 发布:淘宝接单app 编辑:程序博客网 时间:2024/05/16 11:57

识别符大小写敏感性

 http://dev.mysql.com/doc/refman/5.1/zh/language-structure.html

Identifier Case Sensitivity

http://dev.mysql.com/doc/refman/5.6/en/identifier-case-sensitivity.html


Collation校对规则

每一个数据库有一个数据库字符集和一个数据库校对规则,它不能够为空

_ci(大小写不敏感)、_cs(大小写敏感)或_bin(二元)结束。

5.1新特性:允许定义任何级别的字符集和校对规则。

http://dev.mysql.com/doc/refman/5.6/en/charset-collations.html


查询高速缓冲

http://dev.mysql.com/doc/refman/5.1/zh/database-administration.html#query-cache

http://dev.mysql.com/doc/refman/5.6/en/query-cache.html

http://dev.mysql.com/doc/refman/5.6/en/query-cache-operation.html

查询又可能被客户端做一些处理。比如去掉注释、格、TAB等。














原创粉丝点击