mysql> select user,company from biz_user where commend='1' order by regtime desc,checked desc limit 0,5; ERROR 145 (HY000): Table './yourealcn/biz_user' is marked as crashed and should be repaired mysql> exit 使用命令myisamchk修復數(shù)據(jù)庫的MYI文件即可 # /usr/local/mysql5/bin/myisamch...
www.dbjr.com.cn/article/177...htm 2025-6-3