글쓰기 버튼을 누르니 에러가 떠요~~ 정보
글쓰기 버튼을 누르니 에러가 떠요~~본문
select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = 'qna' and po_rel_id = '1' and po_rel_action = '쓰기'
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /bbs/write_update.php
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /bbs/write_update.php
댓글 전체

mysql의 언어가 latin1_swedish_ci 로 정의되어 있습니다.
모두 euckr_korean_ci 로 일치시켜 주셔야 합니다.
모두 euckr_korean_ci 로 일치시켜 주셔야 합니다.
윗님 무슨말인지 잘 모르겠어요... ㅠㅠ

mysql 데이터베이스 쪽의 언어가 swedish(스웨덴)언어로 되어 있다는 의미 입니다.
한국어인 euckr로 모두 바꿔 주십시오.
한국어인 euckr로 모두 바꿔 주십시오.
이왕이면 바꾸는 방법도 좀 알려주세요... ㅠㅠ