首先我們分析可以看出來(lái)是數(shù)據(jù)庫(kù)中的問(wèn)題。其次我們可以看到他的提示是:Table .a1116130613security_failedlog is marked as crashed and should be repaired SELECT count(*) FROM security_failedlog 在查詢表security_failedlog時(shí)候報(bào)錯(cuò)的錯(cuò)誤。那么我們可以判斷是security_failedlog這個(gè)表出現(xiàn)問(wèn)題了,通常我們遇到的不一定是這個(gè)表,也可能是其他的表,但是我們會(huì)發(fā)現(xiàn)錯(cuò)誤提示消息都是 xxxxxx表 is marked as crashed and should be repaired。下面有一段查詢數(shù)據(jù)庫(kù)表查詢語(yǔ)句。這里知道了原因那么我們就去解決原因。