Home > Database > Mysql Tutorial > mysql marked as crashed错误解决方法_MySQL

mysql marked as crashed错误解决方法_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-01 13:34:38
Original
1550 people have browsed it

bitsCN.com


mysql marked as crashed错误解决方法

 

当mysql由于服务器突然断电或系统磁盘爆满导致数据表文件

出现marked as crashed and should be required时,进入mysql

安装目录下的bin文件夹,执行myisamchk 

 

命令解决:

 

D:/GS1000/greenMySql5/bin>myisamchk -c -r 

../Data/gs_test/t_operation_log.MYI  

 

(修复数据库gs_test下的t_operation_log表)

 

 

bitsCN.com
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template