发布时间:2014-07-17 14:56:57
此文档为自行整理,非官方提供资料,仅供参考。疏漏之处敬请反馈。 对RAID进行操作很可能会导致数据丢失,请在操作之前务必将重要数据妥善备份,以防万一。......【阅读全文】
发布时间:2014-07-04 11:27:49
一般来说.如果有where a=? and b=? and c=? 的语句.如果表也有DML, 我一般只在a 上建索引. 这也是代价平衡的结果. 一方面 只在a 上建索引那么是index range scan, 不像联合索引那样可以index unique scan , 我觉得速度差的不多(数据量不大的情况).另一方面,DML也会更新index,更新三个column肯定比更新一个.........【阅读全文】
发布时间:2014-07-01 14:24:07
在关闭时,参数innodb_fast_shutdown影响着表的存储引擎为InnoDB的行为。该参数取值为0、1、20 代表党MySql关闭时,InnoDB需要完成所有的full purge 和 merge insert buffer操作,这会需要一些时间。1 代表不需要完成上述的full purge ,merge insert buffer操作,但是在缓冲池的一些数据脏页还是会刷新到磁盘。2 代表.........【阅读全文】
发布时间:2014-06-27 16:10:44
140627 15:51:34 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.140627 15:44:34 mysqld_safe Starting mysqld daemon with databases from /app/mysql/data/usr/local/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist140627 15:44:34 [ERROR] Can't open the mysql.plugi.........【阅读全文】