Hello Everyone,
I am new here and i dont know much about optimizing mysql.
I have a dedicated server and mysql is taking too much of load and my websites opens slow...
please help me out...
My Server Details :
Total processors: 2
Processor #1
Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
Processor #2
Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
This is what happens when my website gets traffic...

I tried running mysqltuner.pl and this was the result :
Now this is by help of few guys who told me some commands to show these things.. i'll need step to step guidance... can anyone please help me out and solve this issue
I would be really thankful to you for your favour..
I am new here and i dont know much about optimizing mysql.
I have a dedicated server and mysql is taking too much of load and my websites opens slow...
please help me out...
My Server Details :
Total processors: 2
Processor #1
Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
Processor #2
Intel(R) Pentium(R) Dual CPU E2160 @ 1.80GHz
This is what happens when my website gets traffic...

I tried running mysqltuner.pl and this was the result :
Code:
>> 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.62-cll
[OK] Operating on 64-bit architecture
-------- Storage Engine Statistics -------------------------------------------
[--] Status: +Archive -BDB -Federated +InnoDB -ISAM -NDBCluster
[--] Data in MyISAM tables: 368M (Tables: 472)
[--] Data in InnoDB tables: 208K (Tables: 13)
[--] Data in MEMORY tables: 248K (Tables: 2)
[!!] Total fragmented tables: 55
-------- Security Recommendations -------------------------------------------
[OK] All database users have passwords assigned
-------- Performance Metrics -------------------------------------------------
[--] Up for: 2d 2h 7m 17s (6M q [33.973 qps], 118K conn, TX: 27B, RX: 550M)
[--] Reads / Writes: 97% / 3%
[--] Total buffers: 34.0M global + 2.7M per thread (500 max threads)
[OK] Maximum possible memory usage: 1.4G (36% of installed RAM)
[OK] Slow queries: 0% (20/6M)
[OK] Highest usage of available connections: 11% (55/500)
[OK] Key buffer size / total MyISAM indexes: 8.0M/241.5M
[OK] Key buffer hit rate: 100.0% (113M cached / 51K reads)
[!!] Query cache is disabled
[OK] Sorts requiring temporary tables: 0% (0 temp sorts / 472K sorts)
[!!] Joins performed without indexes: 87873
[!!] Temporary tables created on disk: 44% (229K on disk / 517K total)
[!!] Thread cache is disabled
[!!] Table cache hit rate: 0% (64 open / 18K opened)
[OK] Open file limit used: 4% (113/2K)
[OK] Table locks acquired immediately: 99% (6M immediate / 6M locks)
[OK] InnoDB data size / buffer pool: 208.0K/8.0M
-------- Recommendations -----------------------------------------------------
General recommendations:
Run OPTIMIZE TABLE to defragment tables for better performance
Adjust your join queries to always utilize indexes
When making adjustments, make tmp_table_size/max_heap_table_size equal
Reduce your SELECT DISTINCT queries without LIMIT clauses
Set thread_cache_size to 4 as a starting value
Increase table_cache gradually to avoid file descriptor limits
Variables to adjust:
query_cache_size (>= 8M)
join_buffer_size (> 128.0K, or always use indexes with joins)
tmp_table_size (> 16M)
max_heap_table_size (> 16M)
thread_cache_size (start at 4)
table_cache (> 64)
Now this is by help of few guys who told me some commands to show these things.. i'll need step to step guidance... can anyone please help me out and solve this issue
I would be really thankful to you for your favour..