网站莫名奇妙出现这个问题

2016-07-07 15:33 来源:www.chinab4c.com 作者:ecshop专家

访问时出现这个问题:

前台:------------

MySQL server error report:Array ( [0] => Array ( [message] => MySQL Query Error ) [1] => Array ( [sql] => INSERT INTO `sq_mysql_cnslf`.`ecs_stats` ( ip_address, visit_times, browser, system, language, area, referer_domain, referer_path, access_url, access_time) VALUES ('124.238.190.180', '1', 'Internet Explorer 7.0', 'Windows XP', 'zh-cn', '河北省', '', '', '/index.php', '1260262021') ) [2] => Array ( [error] => Table '.\sq_mysql_cnslf\ecs_stats' is marked as crashed and should be repaired ) [3] => Array ( [errno] => 145 ) )

有时刷新两下又好了。


后台:------------


MySQL server error report:Array ( [0] => Array ( [message] => MySQL Query Error ) [1] => Array ( [sql] => SELECT COUNT(*) FROM `sq_mysql_cnslf`.`ecs_stats` WHERE access_time > 1260230400 ) [2] => Array ( [error] => Table '.\sq_mysql_cnslf\ecs_stats' is marked as crashed and should be repaired ) [3] => Array ( [errno] => 145 ) )

后台刷新也不行。

请管理员帮忙查看一下。

回答:
提示表需要修复
你可以在数据库中修复下表

在后台更新缓存,修复数据库,解决。

按照楼上两位朋友提示都已经修复了,但还是如此

空间和数据库也都没有限制。

有没有具体修复数据库表的办法?

我觉得应该是数据库内的ecs_stats出问题了?但却不知道如何正确修复此表?

谢谢。

http://bbs.ecshop.com/thread-95341-1-1.html
42

REPAIR TABLE `ecs_stats`
就可以了