摘要: http://dev.mysql.com/doc/refman/5.6/en/memory-use.htmlThe following list indicates some of the ways that the mysqld server uses memory. Where applicab... 阅读全文
posted @ 2015-04-02 21:21 seasonzone 阅读(1020) 评论(0) 推荐(0)
摘要: 一、对于Myisam类型的表,可以通过以下方式快速的导入大量的数据。 ALTER TABLE tblname DISABLE KEYS; loading the data ALTER TABLE tblname ENABLE KEYS;这两个命令用来打开或者关闭Myisam表非唯一索引的更新。... 阅读全文
posted @ 2015-04-02 20:47 seasonzone 阅读(2409) 评论(0) 推荐(0)