에러 로그에 보면 sort aborted 에러가 찍히는 경우가 있습니다
그땐 아래의 내용을 점검해 보면 해결 되는 경우가 많습니다
There is at least few known things to cause this message:
- Insufficient disk space in tmpdir prevented tmpfile from being created.
- Insufficient memory for sort_buffer_size to be allocated.
- Somebody ran KILL in the middle of a filesort.
- The server was shutdown while some queries were sorting.
- A transaction got rolled back or aborted due to lock wait timeout or deadlock.
- Unexpected errors, such as source table or even tmp table was corrupt.
- Processing of a subquery failed which was also sorting.
Check these, and I bet your issue will be resolved.
'Databases > MySQL' 카테고리의 다른 글
character set 과 collation 의 차이 (0) | 2013.06.26 |
---|---|
mysql_upgrade 사용하여 테이블 repair 하기 (0) | 2013.03.20 |
MySQL 데이터베이스명 변경 (1) | 2013.02.19 |
[MySQL] substring_index()으로 특정 문자열만 추출하는 SQL 구문 (0) | 2013.02.14 |
(vb 스크립트를 이용하여) excel 에서 MySQL 연결 후 데이터 추출 (0) | 2012.08.17 |