Urgent help on MYSQL CPU Usage

Status
Not open for further replies.

CERTCGOD

Active Member
73
2013
4
0
Hi Team,

I am using DLE and database size is 2+GB, now my mysql process is using more than 170% CPU usage.
With this all my sites are very very slow.

Can you someone help me in identifying/tuning mysql?

Thanks
 
7 comments
It's necessary to start with the mysqltuner launch on the server and trying to optimize. But it's more likely that you'll have to hire a developer for fixing mysql queries.
 
Can you someone help me in identifying/tuning mysql?
Thanks

You can start with posting 'mysql status' here and to look for 'slow queries' metric at least?

And I think that if you haven't much experience in MySQL performance troubleshooting you'll need to find a person who will.
 
Enable slow queries log in /etc/my.cnf and monitor what queries are causing high load. The database size won't matter but the queries which are taking time could be a matter.

Also try to execute mysqlturner script after 24 hours of mysql uptime.
 
Status
Not open for further replies.
Back
Top