>> 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.32-cll
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
ERROR 126 (HY000) at line 1: Incorrect key file for table '/var/mysqltmp/#sql_75e0_0.MYI'; try to repair it
ERROR 126 (HY000) at line 1: Incorrect key file for table '/var/mysqltmp/#sql_75e0_0.MYI'; try to repair it
[!!] InnoDB is enabled but isn't being used
Argument "" isn't numeric in numeric gt (>) at ./mysqltuner.pl line 564 (#1)
(W numeric) The indicated string was fed as an argument to an operator
that expected a numeric value instead. If you're fortunate the message
will identify which operator was so unfortunate.
[OK] Total fragmented tables:
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
ERROR 126 (HY000) at line 1: Incorrect key file for table '/var/mysqltmp/#sql_75e0_0.MYI'; try to repair it
Argument "" isn't numeric in numeric eq (==) at ./mysqltuner.pl line 623 (#1)
-------- Performance Metrics -------------------------------------------------
[--] Up for: 1d 1h 2m 40s (4M q [47.175 qps], 152K conn, TX: 10B, RX: 686M)
[--] Reads / Writes: 85% / 15%
[--] Total buffers: 2.4G global + 5.5M per thread (500 max threads)
[!!] Maximum possible memory usage: 5.1G (169% of installed RAM)
[OK] Slow queries: 0% (23/4M)
[OK] Highest usage of available connections: 4% (21/500)
[!!] Cannot calculate MyISAM index size - re-run script as root user
[OK] Query cache efficiency: 38.3% (1M cached / 3M selects)
[!!] Query cache prunes per day: 1339893
[OK] Sorts requiring temporary tables: 0% (323 temp sorts / 448K sorts)
[!!] Temporary tables created on disk: 45% (200K on disk / 441K total)
[OK] Thread cache hit rate: 99% (21 created / 152K connections)
[!!] Table cache hit rate: 0% (4K open / 1M opened)
[OK] Open file limit used: 24% (8K/32K)
[OK] Table locks acquired immediately: 99% (2M immediate / 2M locks)
-------- Recommendations -----------------------------------------------------
General recommendations:
Add skip-innodb to MySQL configuration to disable InnoDB
Reduce your overall MySQL memory footprint for system stability
Enable the slow query log to troubleshoot bad queries
Temporary table size is already large - reduce result set size
Reduce your SELECT DISTINCT queries without LIMIT clauses
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
*** MySQL's maximum memory usage is dangerously high ***
*** Add RAM before increasing MySQL buffer variables ***
query_cache_size (> 64M)
table_cache (> 4096)