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
- NetBeans
- 이클립스
- 와일드카드
- SeLinux
- larravel
- input
- 톰캣
- JSON
- curl
- CentOS
- properties
- DB
- 정규식
- laravel
- Spring
- javascript
- 안드로이드
- ajax
- error
- php
- java
- File
- MySQL
- junit
- jquery
- 리눅스
- tomcat
- Android
- Linux
- html
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 |