I try to play around with the value but it ask for more and more. Could anyone help me to see the mysqltuner value below? It tooks me hour to install vtiger just inserting database.
PHP:
>> MySQLTuner 1.2.0 - Major Hayden <[email protected]>
>> 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.1.70-cll
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 414M (Tables: 3217)
[--] Data in InnoDB tables: 25M (Tables: 297)
[--] Data in MEMORY tables: 248K (Tables: 18)
[!!] Total fragmented tables: 335
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 59m 46s (60K q [16.982 qps], 1K conn, TX: 97M, RX: 9M)
[--] Reads / Writes: 77% / 23%
[--] Total buffers: 1.8G global + 4.6M per thread (150 max threads)
[OK] Maximum possible memory usage: 2.4G (60% of installed RAM)
[OK] Slow queries: 0% (78/60K)
[OK] Highest usage of available connections: 27% (41/150)
[OK] Key buffer size / total MyISAM indexes: 256.0M/221.3M
[!!] Key buffer hit rate: 83.3% (170K cached / 28K reads)
[!!] Query cache efficiency: 18.7% (7K cached / 37K selects)
[OK] Query cache prunes per day: 0
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 7K sorts)
[!!] Joins performed without indexes: 943
[!!] Temporary tables created on disk: 29% (1K on disk / 4K total)
[!!] Thread cache hit rate: 43% (1K created / 1K connections)
[!!] Table cache hit rate: 0% (1K open / 225K opened)
[OK] Open file limit used: 7% (1K/21K)
[OK] Table locks acquired immediately: 99% (55K immediate / 55K locks)
[OK] InnoDB data size / buffer pool: 25.5M/512.0M
-------- 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
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:
query_cache_limit (> 2M, or use smaller result sets)
join_buffer_size (> 2.0M, or always use indexes with joins)
thread_cache_size (> 128)
table_cache (> 512)