Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- laravel
- error
- 리눅스
- jquery
- curl
- Spring
- junit
- 안드로이드
- 정규식
- NetBeans
- DB
- SeLinux
- 와일드카드
- php
- tomcat
- ajax
- html
- Android
- input
- properties
- larravel
- MySQL
- Linux
- 톰캣
- File
- CentOS
- 이클립스
- javascript
- java
- JSON
Archives
- Today
- Total
합쭈기 programming
[Mysql]Table 'XXX' is marked as crashed and should be repaired 본문
DB/Mysql
[Mysql]Table 'XXX' is marked as crashed and should be repaired
innocent_k 2015. 11. 3. 15:40테이블 구성에 문제가 생긴듯?
> ANALYZE TABLE table;
> REPAIR TABLE table;
이러면 정상 동작
'DB > Mysql' 카테고리의 다른 글
[MySQL] password vs sha? (0) | 2015.12.16 |
---|---|
[Mysql] CPU 100% (0) | 2015.11.13 |
[Mysql] Access denied for user 'root'@'localhost (0) | 2015.10.27 |
[Mysql] 외래키(foreign key) 셋팅 (0) | 2015.10.26 |
[MySQL] mysql max_allowed_packet 설정 (0) | 2015.10.13 |