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