이런 에러는 왜 나오는지 아시나요??? 정보
이런 에러는 왜 나오는지 아시나요???
본문
select * from g4_write_B69 where ca_name = '�쁺�솕' and wr_is_comment = 0 order by wr_num limit 0, 5
1267 : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /index.php
1267 : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /index.php
댓글 전체
<a href="/bbs/board.php?bo_table=board_name&ca_name=자유">자유</a>
-->
<a href="/bbs/board.php?bo_table=board_name&ca_name=<?= urlencode('자유');?>">자유</a>
apache 언어셋 euckr
php 언어셋 utf8
디비는 euckr
즉 언어셋이 서로 꼬일때 가끔 이러던데요.
-->
<a href="/bbs/board.php?bo_table=board_name&ca_name=<?= urlencode('자유');?>">자유</a>
apache 언어셋 euckr
php 언어셋 utf8
디비는 euckr
즉 언어셋이 서로 꼬일때 가끔 이러던데요.