系统性能的调优:MySQL的调优

复制 [mysqld]; enable the slow query log,系统性 default 10 secondslog-slow-queries; log queries taking longer than 5 secondslong_query_time = 5; log queries that dont use indexes even if they take less than long_query_time; MySQL 4.1 and newer onlylog-queries-not-using-indexes 1.2.
本文地址:http://www.bzve.cn/html/603c1399383.html
版权声明
本文仅代表作者观点,不代表本站立场。
本文系作者授权发表,未经许可,不得转载。