>> MySQLTuner 1.2.0 - Major Hayden <major@mhtx.net>
>> Bug reports, feature requests, and downloads at http://mysqltuner.com/
>> Run with '--help' for additional options and output filtering
-------- General Statistics --------------------------------------------------
[--] Skipped version check for MySQLTuner script
[OK] Currently running supported MySQL version 5.5.29-29.4-log
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 89M (Tables: 524)
[--] Data in InnoDB tables: 659M (Tables: 669)
[--] Data in PERFORMANCE_SCHEMA tables: 0B (Tables: 17)
[--] Data in MEMORY tables: 372K (Tables: 7)
[!!] Total fragmented tables: 83
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 13h 6m 45s (602K q [12.770 qps], 44K conn, TX: 2B, RX: 95M)
[--] Reads / Writes: 74% / 26%
[--] Total buffers: 1.3G global + 2.8M per thread (80 max threads)
[OK] Maximum possible memory usage: 1.6G (38% of installed RAM)
[OK] Slow queries: 0% (8/602K)
[OK] Highest usage of available connections: 11% (9/80)
[OK] Key buffer size / total MyISAM indexes: 128.0M/82.5M
[OK] Key buffer hit rate: 99.8% (2M cached / 4K reads)
[OK] Query cache efficiency: 64.0% (232K cached / 363K selects)
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 16K sorts)
[!!] Joins performed without indexes: 230
[OK] Temporary tables created on disk: 19% (3K on disk / 15K total)
[OK] Thread cache hit rate: 99% (9 created / 44K connections)
[OK] Table cache hit rate: 91% (1K open / 1K opened)
[OK] Open file limit used: 2% (1K/65K)
[OK] Table locks acquired immediately: 99% (236K immediate / 236K locks)
[OK] InnoDB data size / buffer pool: 659.8M/1.0G
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
MySQL started within last 24 hours - recommendations may be inaccurate
Adjust your join queries to always utilize indexes
Variables to adjust:
join_buffer_size (> 128.0K, or always use indexes with joins)