MySQL Can't find file: './mysql/data/***.frm' (errno: 13)
페이지 정보
본문
Can't find file: './mysql/data/***.frm' (errno: 13)
디렉토리의 퍼미션 문제 => db가 저장되는곳의 퍼미션 확인이 필요합니다.
# cd /usr/local/mysql 또는 # cd /var/lib/mysql (RPM 설치된경우)
# killall mysqld
# chmod 755 -R /usr/local/mysql
# chown -R mysql.mysql /usr/local/mysql
# ./bin/mysql_safe &
참고자료
http://blog.naver.com/tizi?Redirect=Log&logNo=90042447232
http://blog.naver.com/polong77?Redirect=Log&logNo=140010531034
http://blog.naver.com/PostView.nhn?blogId=onsn313&logNo=53729556
댓글목록
등록된 댓글이 없습니다.