이 오류방법 아시는 분있나요 ? ( 캐릿터셋값이랑 관련이 있는거 같은데요 .. ) 정보
이 오류방법 아시는 분있나요 ? ( 캐릿터셋값이랑 관련이 있는거 같은데요 .. )본문
select wr_id, wr_subject from g4_write_06_03 where wr_is_comment = 0 and wr_num = '-117' and wr_reply < '' and ca_name = '비자승��\\\\\�' order by wr_num desc, wr_reply desc limit 1
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/board.php
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='
error file : /bbs/board.php
댓글 전체
서버는 euc-kr로 설정되어잇는데 작업은 utf 로 하고 있다는 말입니다
board.php 화일이 서버 설정과 같으면 나오지않을 에러입니다
board.php 화일이 서버 설정과 같으면 나오지않을 에러입니다
답변 감사합니다.
위 부분 common.lib.php 에서 수정하였습니다^^
위 부분 common.lib.php 에서 수정하였습니다^^