Skip to main content

Mysql 600% CPU usage

Comments

5 comments

  • Jcats
    It most likely has nothing to do with your mysql configuration. You have to check the queries to see what is causing the usage:
    # mysqladmin proc
    0
  • kernow
    Maybe nothing, you should install something to monitor your MySQL processes and find out who/what is causing the load. mytop - a top clone for MySQL
    0
  • SysSachin
    Hello, You have to optimize MySQL by using mysqltuner script and update the my.cnf record as per the mysqltuner.
    0
  • cPanelMichael
    Hello, You'd need to first verify if any specific databases or tables are leading to the excessive resource usage. You can do this via the use of a command such as "mysqladmin processlist", as mentioned in the earlier posts to this thread. Thanks!
    0
  • Jcats
    You have to optimize MySQL by using mysqltuner script and update the my.cnf record as per the mysqltuner.

    You can tune it as much as you want, this more than likely has nothing to do with tuning.
    0

Please sign in to leave a comment.