Optimization problems, slow Mysql queries
-
I can’t log into my WordPress admin right now because my account has been suspended… when I called Bluehost (my server), they said the server was getting hit too many times by slow queries and I needed to optimize something… (I wasn’t sure what they were talking about). They did have me get the mysql_slow_queries folder and I have a lot of things that look like this:
# Sat Mar 1 06:33:27 2008
# Query_time: 2 Lock_time: 0 Rows_sent: 10 Rows_examined: 88104
use friendl5_wrdp1;
SELECT DISTINCT wp_comments.* FROM wp_comments LEFT JOIN wp_posts ON wp_posts.ID=wp_comments.comment_post_ID WHERE (post_status = ‘publish’ OR post_status = ‘static’) AND comment_approved= ‘1’ AND post_password = ” AND comment_type = ” ORDER BY comment_date DESC LIMIT 10Can someone please help me fix this and get my account back?
The topic ‘Optimization problems, slow Mysql queries’ is closed to new replies.