|
|
nisheng
发表于 2011-8-24 14:52:11
|
显示全部楼层
数据库负载,你需要手动删除数据库文件,他们在信中已经说明无法给你提供一个具体解决错误的方案,具体的过载数据库信息如下:
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (1) ) AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 5660, 10
EXPLAIN:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE wp_posts ref PRIMARY,type_status_date type_status_date 124 const,const 47006 Using where; Using temporary; Using filesort
1 SIMPLE wp_term_relationships eq_ref PRIMARY,term_taxonomy_id PRIMARY 16 notebookblog.wp_posts.ID,const 1 Using index
This query examines 47006 rows, which is unacceptable in shared hosting.
如果你将上述数据库存在的问题解决好,需要回复以下内容:
1、你已经同意并遵守他们的服务协议。
2、你已经解决上述出现的问题。
3、你确保以后不再出现类似的问题。
PS:如果你的问题如果没有解决,那么他们将在8月29日暂停你的账户。如果你不知道如何删除想联系客服删除数据库,以下是翻译内容,至于能否帮你删除我就不清楚了。
附翻译:
Hello:
I know that my notebookblog database caused an overload of shared resources for the server that it resides on,but I don't know how to delete the excessive overloading database scripting,Could you help me to check and slove it?thanks a lot.
[ 本帖最后由 nisheng 于 2011-8-24 02:54 PM 编辑 ] |
评分
-
查看全部评分
|