タグ: #MySQL
This script takes information from “SHOW STATUS LIKE…” and “SHOW VARIABLES LIKE…” then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 and above.Currently the script handles recommendations for the following:
Slow Query Log
Max Connections
Worker Threads
Memory Usage
Key Buffer
Query Cache
Sort Buffer
Joins
Temp Tables
Table (Open & Definition) Cache
Table Scans (read_buffer)
Table Locking
Innodb Status
MySQL Tuning Primer Script in Launchpad
MySQL-5.5対応の性能チューニングツールです
MySQLサーバのパラメータを読み込み、サーバの現状と設定を読み込み、
どれをどのようにチューニングすると良いかアドバイスを出してくれるツールです。
公式に配布されている物はMySQL-5.1までの対応なので、5.5の場合にはこちらが必要です。
11ヶ月前 | 固定リンク | 2011年 6月 21日 | 
