Results 1 to 3 of 3

Thread: MySQL Slow on certain queries

  1. #1
    Member
    Join Date
    Nov 2004
    Posts
    13

    Default MySQL Slow on certain queries

    Hello,

    Since a few days I'm experiencing some strange mysql problems:
    On certain queries, that cpanel runs for example to list user's db, mysql is VERY slow or just doesn't respond; on other queries it runs normally.

    By running mtop, I get the following queries to be slow:
    Mostly, the query "SELECT user,db from Db WHERE IN ('ace2\_testdb')", which is run when you click "MySQL Databases" in cPanel, is problematic.

    When I manually run a SELECT User,DB FROM DB, it gives no problem.
    This morning I ran mtop again, and saw a few of the above queries that were hung, and also some 5 "FLUSH PRIVILEGES" that were hung.

    I ran myisamchk and mysqlcheck --repair on all the mysql db tables, doesn't help. I did a upcp, as a newer version was available, no help. Also mysqlup --force didn't help.

    For any advice on this I would be very grateful!

    Thanks
    Fréderic
    Last edited by Acieke; 08-01-2007 at 06:05 PM.

  2. #2
    Member
    Join Date
    Jun 2005
    Posts
    31

    Default Same here

    I've got the same problem here. Queries that used to take about 10secs take between 10-12 minutes.

    I've run all cPanel updates and checked the tables, but can't find anything wrong yet.


  3. #3
    cPanel Staff cpanelnick's Avatar
    Join Date
    Feb 2003
    Location
    Houston, TX
    Posts
    4,770

    Default

    Here is a good article about optimizing mysql tables:

    http://www.databasejournal.com/featu...le.php/1382791

    You might always want to check your
    Code:
    iostat
    as mysql may not be the issue

Similar Threads

  1. MySQL queries slowing down
    By DVDGuy in forum Database Discussions
    Replies: 8
    Last Post: 04-15-2011, 10:30 AM
  2. Mysql-slow-queries
    By ullalla in forum Database Discussions
    Replies: 5
    Last Post: 03-01-2011, 11:13 AM
  3. mysql couple slow queries to TABLE_SCHEMA
    By hekri in forum Database Discussions
    Replies: 17
    Last Post: 01-28-2011, 12:57 AM
  4. mysql couple slow queries to TABLE_SCHEMA
    By hekri in forum cPanel & WHM Discussions
    Replies: 5
    Last Post: 07-30-2010, 02:25 PM
  5. MySQL queries
    By paszczak000 in forum cPanel & WHM Discussions
    Replies: 0
    Last Post: 12-23-2008, 10:18 AM