No I don’t mind at all, Fritz. That is what I came for. Thanks!
This is an updated letter from GoDaddy. The last one was missing information.
Does this tell you the same thing is wrong or suggest another?
We have disabled your database to return the server to normal usage. To re-enable your database, you will need to correct the following query:
SELECT wp_posts.ID, wp_posts.post_title , SUM(wp_popularpostsdata.pageviews) AS ‘pageviews’ , wp_posts.comment_count AS ‘comment_count’ FROM wp_posts LEFT JOIN wp_popularpostsdata ON wp_posts.ID = wp_popularpostsdata.postid WHERE post_status = ‘publish’ AND post_password = ” AND wp_popularpostsdata.day >= ‘2009-09-24’ – INTERVAL 30 DAY AND pageviews > 0 AND wp_posts.post_type = ‘post’ GROUP BY postid ORDER BY comment_count DESC LIMIT 10
This query examines 412369 rows, which is unacceptable in shared hosting. Access will reinstated upon request.