优化表后出现了is marked as crashed and last (automatic?) repair failed解决办法

WBOY
发布: 2016-06-13 13:24:30
原创
2348 人浏览过

优化表后出现了is marked as crashed and last (automatic?) repair failed
今天想优化一下表,优化之后出现了如下问题:

SQL code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
mysql> OPTIMIZE TABLE jo_mailqueue;
+---------------------+----------+----------+-------------------------------------------------------------+
| Table               | Op       | Msg_type | Msg_text                                                                                        |
+---------------------+----------+----------+-------------------------------------------------------------+
| jobour.jo_mailqueue | optimize | error    | 1 when fixing table                                                                             |
| jobour.jo_mailqueue | optimize | Error    | Can't change ownership of the file '/usr/local/mysql/data/jobour/jo_mailqueue.MYD' (Errcode: 1) |
| jobour.jo_mailqueue | optimize | status   | Operation failed                                                                                |
+---------------------+----------+----------+---------------------------------------------------

登录后复制


从phpmyadmin打开之后,发现表正在使用中。


OPTIMIZE 优化表怎么会出现这种问题啊。是什么导致的啊。? 谢谢!






------解决方案--------------------
索引坏了 myisam经常这么烂 用命令修复 REPAIR TABLE
相关标签:
来源:php.cn
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板