본문 바로가기

Error13

[MYSQL] Starting MySQL. ERROR! Manager of pid-file quit without updating file. MySQL 설치후 /etc/my.cnf 수정후 MySQL을 실행 했는데, Starting MySQL. ERROR! Manager of pid-file quit without updating file. 와 같은 오류가 떠드군요. # /etc/rc.d/mysqld start # Starting MySQL. ERROR! Manager of pid-file quit without updating file. 이유는 my.cnf를 잘못 수정한 원인이었습니다. 그래서 /etc/my.cnf를 삭제하고 # /usr/local/mysql/bin/mysql_install_db --user=mysql 실행해서 데이타베이스를 새로 생성하니 잘 되더군요. 아님 my.cnf를 수정하시기 전에 백업을 하신다면 다시 원복해서 실행하면.. 2011. 1. 20.
Client does not support authentication protocol requested by server; consider upgrading MySQL client 문자모아 솔루션 설치후 ./emma -a -d 실행 했더니 다음과 같은 MySQL 오류가 나타난다. Client does not support authentication protocol requested by server; consider upgrading MySQL client 오류 메시지를 보면 대략 client 요청이 잘못된 규칙이니 클라이언트(즉, emma)에서 요청 규칙을 업그레이드(수정)해라 대략 그런 내용입니다. 이유는 문자모아 SMS 솔루션은 MySQL 4.0 환경으로 만들어 졌지만 설치한 MySQL은 5.x 버전이라 개정 접속시 password 오류가 발생 하는 것이었다. 따라서, 별도의 개정을 추가 한뒤 password만 old_password로 지정 해주면 완료! 우선 기본 설정 방법.. 2010. 12. 9.
Connecting DB : File '/usr/local/mysql/share/mysql/charsets/?.conf' not found (Errcode: 2) Connecting DB : File '/usr/local/mysql/share/mysql/charsets/?.conf' not found (Errcode: 2) Character set '#192' is not a compiled character set and is not specified in the '/usr/local/mysql/share/mysql/charsets/Index' file PHP + MySQL 연동시 자주 발생하는 오류로써 MySQL에 문자셋 설정 오류 입니다. 오류 메시지 내용만 보면 ?.conf 문자셋 파일이 없다 그런 내용입니다. 해결 방법을 찾아서 이것저것 해보았지만 해결되지 않더군요. 그래서 오류 메시지가 알려준데로 MySQL에서 이용하는 문자셋중 latin1.xml 파일.. 2010. 12. 9.
Unknown error: java.lang.NullPointerException - 안드로이드 개발 오류 프로그래밍 중에 갑자기 다음과 메시가 나타났습니다. Unknown error: java.lang.NullPointerException 코딩 오류를 찾아봐도 틀린 곳이 없으며 디버그 항목에도 어디에 오류가 있다는 표시가 없더군요. 단지, 프로젝트 맨 상위 아이콘에 빨간 x 표시만 있을뿐... 혹시나 해서 Error in an XML file: aborting build. 오류 처리 방법처럼 해봤더니 오류가 사라 지더군요. 메뉴 > Project > Clean > Project all projects 선택후 OK 결론! 이클립스 버전 버그인것으로 판단! 안드로이드 개발시 사용하는 이클립스는 무료이면서 편리한 도구이기는 하지만 이처럼 버그들이 많은것 같습니다. 좀더 좋은 개발툴이 나오면 좋을듯..^^ ▶ 최신.. 2010. 9. 30.