오류메세지 좀 봐주세요. 정보
오류메세지 좀 봐주세요.본문
select count(*) as cnt from g4_member where (1) and ( (mb_name like 'ê¹€?í¬%') ) order by mb_id asc
1267 : Illegal mix of collations (euckr_korean_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like'
error file : /V1/adm/member_list.php
관리자모드 회원리스트에서 삭제를 하니 이런 메세지가 나오네요. 삭제는 됩니다만, 할때만 이런메세지가 떠서요.
select 구문에 뭘 어떻게 해줘야 하나요??
추천
0
0
댓글 2개


mb_name사용자이름이 넘어올때 인코딩이 깨진 상태로 넘어온건 아닌지......