Skip to main content

MySQL abnormal operations

Comments

2 comments

  • cPanelMichael
    Hello :) You may also want to run the following command the next time this happens: mysqladmin processlist;
    It might help you narrow down any particular databases that are utilizing the additional CPU. Thank you.
    0
  • iso99
    Hello, I think I've hit the query_cache inefficiency issue. For the past weeks, I use >=256M for query_cache experiments and I always see MyISAM lock conflicts and high memory and the issue I mentioned above. I went back to the regular < 128M configuration and for the past 2 days, it's sailing smoothly. No high CPU nor high memory consumption. I have not done any changes to InnoDB settings, so I'm blaming it to query cache. Please enlighten me on this one, is query size alloted per mysql connection?
    0

Please sign in to leave a comment.