mqsql 오류
mysqldump: Couldn't execute 'show fields from `App_Counter`': Can't create/write to file '/tmp/#sql_4476_0.MYI' (Errcode: 13) (1)
1. 해당 table에 lock이 걸린 경우가 존재한다. 이럴때는
[root@QA200 ~]# mysqldump --skip-lock-tables prism auth_user --skip-lock-table > table.sql
과 같은 방법으로 table lock을 피해갈 수 있다.
2. tmp 폴더에 접근권한의 문제이다. tmp 폴더에 777 권한을 주고 실행해보면 잘된다.
'리눅스 > 리눅스이용팁' 카테고리의 다른 글
/var/spool/clientmqueue 디렉토리에 파일 쌓이는 현상 (0) | 2013.02.20 |
---|---|
mqsql 오류 - mysqldump: Couldn't execute 'show fields from (0) | 2012.12.06 |
리눅스 cenos 주석색깔 바꾸기 / vim-enhanced 설정하기 (0) | 2012.07.06 |
로그 관련정보 (0) | 2012.07.03 |
Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName (0) | 2012.06.04 |
리눅스 버전 확인 명령어 (0) | 2012.01.25 |
댓글을 달아 주세요