File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2) 이따위 에러 날때
2007/12/11 10:39
File 'NONEXISTENT/charsets/?.conf' not found (Errcode: 2)
Character set '#19' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file
Character set '#19' is not a compiled character set and is not specified in the 'NONEXISTENT/charsets/Index' file
1. mysql share 디렉토리의 chasets 디렉토리를 찾아라.
ex) mysql 을 소스 컴파일시 설치한 경로가 /usr/local/mysql 이라면 share 디렉토리는
/usr/local/mysql/share/mysql/ 이 되는것이다... 이곳에 분명 charsets 라는 디렉토리도 존재할것이다.
2. 해당 디렉토리로 이동후 간단하게 파일 복사하나를 해준다.
# cp latin1.xml ?.conf
3. -_-; 끝;; 컴파일이고 머고 필요도 없다 그냥 돌아간다...
출처 : http://www.bbong.net/archive/20070531
Junios World