摘要:
符号 英文名 中文名 ~ tilde or swung dash 波浪字符或代字号 ! exclamation mark 惊叹号 @ at sign or commercial at 爱特或小老鼠 # number sign 井号 $ dollar sign 美元符 % percent sign 百 阅读全文
摘要:
索取最左列特性,的秘密都在于顺序排序与存储这个最简单的道理。 比如有表tabname上有ABC三个列是这样的。 行号 A B C 0 1 A e 1 2 7 G 2 9 5 7 3 5 0 4 Alter table tabname add index idx1(A,B,C) 用A,B,C三个单列组 阅读全文
摘要:
http://dev.mysql.com/doc/refman/5.7/en/replication-options-binary-log.html binlog_cache_size Command-Line Format --binlog_cache_size=# System Variable 阅读全文