二月 01 2010
MySQL效能調整程式
分享到Facebook 此小工具能將MySQL調整為最佳化 下面為原作者說明 MySQL Performance Tuning Primer Script This script takes information from "SHOW STATUS LIKE…" and "SHOW VARIABLES LIKE…" to produce sane recomendations for tuning server variables. It is compatable with all versions of MySQL 3.23 and higher (including 5.1). Currently it handles recomendations for the following: Slow Query Log Max Connections Worker Threads [...]

