에러 메세지 확인좀해주세요 정보
에러 메세지 확인좀해주세요본문
어제까지만 해도 잘되었는데 갑자기 메인에서
select pp_word, count(*) as cnt from g4_popular where pp_date between '2013-05-15' and '2013-05-18' group by pp_word order by cnt desc, pp_word limit 0, 7
1062 : �ߺ��� �Է� �� '�L��': key 1
error file : /gnuboard5/index.php
이런 에러가나는데.............뭐가 문제일까요?
select pp_word, count(*) as cnt from g4_popular where pp_date between '2013-05-15' and '2013-05-18' group by pp_word order by cnt desc, pp_word limit 0, 7
1062 : �ߺ��� �Է� �� '�L��': key 1
error file : /gnuboard5/index.php
이런 에러가나는데.............뭐가 문제일까요?
댓글 전체
한글이 깨지는것 같네요.
인코딩 하면 문제 없을듯 한데..
utf-8 <->euc-kr
인코딩 하면 문제 없을듯 한데..
utf-8 <->euc-kr
에티터플러스로 에러난 페이지에서 소스보기 할때 언어셋을 euckr, utf 중 선택해서 보면 한글부분
글자가 제대로 나올 것입니다
그 에러코드를 다시 올려보세요
글자가 제대로 나올 것입니다
그 에러코드를 다시 올려보세요
15. config시 ERROR: 1062 Duplicate entry 'localhost-root' for key 1
증상 : mysql 소스설치 config시
다음과 같은 에러가 나는데요..
rpm버전 삭제했는데 데몬이 살아 있나?
ps -ax | grep mysql 하면 암것도 안나오거든요.
ERROR: 1062 Duplicate entry 'localhost-root' for key 1
ERROR: 1062 Duplicate entry 'localhost-root' for key 1
030312 14:58:03 ./bin/mysqld: Shutdown Complete
해결책 : 캐시에 이전데몬이 살아있기 때문입니다.
kill 명령으로 프로세스를 완전히 죽이신 다음 다시 설치하시면 됩니다.
증상 : mysql 소스설치 config시
다음과 같은 에러가 나는데요..
rpm버전 삭제했는데 데몬이 살아 있나?
ps -ax | grep mysql 하면 암것도 안나오거든요.
ERROR: 1062 Duplicate entry 'localhost-root' for key 1
ERROR: 1062 Duplicate entry 'localhost-root' for key 1
030312 14:58:03 ./bin/mysqld: Shutdown Complete
해결책 : 캐시에 이전데몬이 살아있기 때문입니다.
kill 명령으로 프로세스를 완전히 죽이신 다음 다시 설치하시면 됩니다.