615804f6a6
and "SHOW VARIABLES LIKE..." then attempts to produce sane recommendations for tuning server variables. It is compatible with all versions of MySQL 3.23 - 5.1. WWW: https://launchpad.net/mysql-tuning-primer PR: ports/140641 Submitted by: Joe Horn <joehorn at gmail.com>
7 lines
266 B
Text
7 lines
266 B
Text
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 - 5.1.
|
|
|
|
WWW: https://launchpad.net/mysql-tuning-primer
|