Here is the full post
Code:
------- General Statistics --------------------------------------------------
--] Skipped version check for MySQLTuner script
OK] Currently running supported MySQL version 5.1.63-cll
OK] Operating on 64-bit architecture
------- Storage Engine Statistics -------------------------------------------
--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
--] Data in MyISAM tables: 450M (Tables: 680)
--] Data in InnoDB tables: 8M (Tables: 147)
--] Data in MEMORY tables: 0B (Tables: 4)
!!] Total fragmented tables: 39
------- Security Recommendations -------------------------------------------
OK] All database users have passwords assigned
------- Performance Metrics -------------------------------------------------
--] Up for: 14h 3m 49s (10M q [215.581 qps], 36K conn, TX: 76B, RX: 2B)
--] Reads / Writes: 83% / 17%
--] Total buffers: 559.0M global + 7.2M per thread (200 max threads)
!!] Maximum possible memory usage: 2.0G (98% of installed RAM)
OK] Slow queries: 0% (218/10M)
OK] Highest usage of available connections: 34% (69/200)
OK] Key buffer size / total MyISAM indexes: 128.0M/147.6M
OK] Key buffer hit rate: 100.0% (2B cached / 17K reads)
OK] Query cache efficiency: 94.0% (9M cached / 10M selects)
OK] Query cache prunes per day: 0
OK] Sorts requiring temporary tables: 0% (13 temp sorts / 98K sorts)
!!] Joins performed without indexes: 5561
OK] Temporary tables created on disk: 23% (25K on disk / 111K total)
OK] Thread cache hit rate: 99% (113 created / 36K connections)
OK] Table cache hit rate: 96% (1K open / 1K opened)
OK] Open file limit used: 45% (1K/4K)
OK] Table locks acquired immediately: 98% (1M immediate / 1M locks)
OK] InnoDB data size / buffer pool: 8.5M/9.0M
------- Recommendations -----------------------------------------------------
eneral recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Reduce your overall MySQL memory footprint for system stability
Adjust your join queries to always utilize indexes
ariables to adjust:
*** MySQL's maximum memory usage is dangerously high ***
*** Add RAM before increasing MySQL buffer variables ***
join_buffer_size (> 1.0M, or always use indexes with joins)