-------- General Statistics --------------------------------------------------
[--] Skipped version check for MySQLTuner script
[OK] Currently running supported MySQL version 5.0.91-community-log
[OK] Operating on 32-bit architecture with less than 2GB RAM
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 665M (Tables: 185)
[!!] InnoDB is enabled but isn't being used
[!!] Total fragmented tables: 9
-------- Performance Metrics -------------------------------------------------
[--] Up for: 1d 3h 6m 12s (8M q [86.629 qps], 237K conn, TX: 2B, RX: 1B)
[--] Reads / Writes: 53% / 47%
[--] Total buffers: 66.0M global + 3.8M per thread (200 max threads)
[OK] Maximum possible memory usage: 828.5M (80% of installed RAM)
[OK] Slow queries: 0% (0/8M)
[OK] Highest usage of available connections: 12% (24/200)
[OK] Key buffer size / total MyISAM indexes: 16.0M/51.5M
[OK] Key buffer hit rate: 100.0% (4B cached / 52K reads)
[OK] Query cache efficiency: 85.1% (5M cached / 6M selects)
[!!] Query cache prunes per day: 5477
[OK] Sorts requiring temporary tables: 0% (172 temp sorts / 61K sorts)
[OK] Temporary tables created on disk: 5% (1K on disk / 32K total)
[OK] Thread cache hit rate: 99% (24 created / 237K connections)
[!!] Table cache hit rate: 3% (79 open / 2K opened)
[OK] Open file limit used: 12% (131/1K)
[OK] Table locks acquired immediately: 99% (2M immediate / 2M locks)
-------- Recommendations -----------------------------------------------------
General recommendations:
Add skip-innodb to MySQL configuration to disable InnoDB
Run OPTIMIZE TABLE to defragment tables for better performance
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
query_cache_size (> 8M)
table_cache (> 80)