게시판 생성 후 글을 저장하면 이러한 오류가 납니다. 정보
게시판 생성 후 글을 저장하면 이러한 오류가 납니다.본문
select count(*) as cnt from g4_point where mb_id = 'intellicode' and po_rel_table = 'example_board' and po_rel_id = '6' and po_rel_action = '쓰기'
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /gnuboard4/bbs/write_update.php
중요한건 저장은 잘 되는 것인데요.
write_update.php에서 오류가 있는 것은 알겠는데 어떤 오류가 생긴 것인가요.
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /gnuboard4/bbs/write_update.php
중요한건 저장은 잘 되는 것인데요.
write_update.php에서 오류가 있는 것은 알겠는데 어떤 오류가 생긴 것인가요.
댓글 전체
collations 에러입니다.
어떤건 utf고 어떤건 eu-kr 인거죠
sql 체크해보세요
어떤건 utf고 어떤건 eu-kr 인거죠
sql 체크해보세요