[★]로그아웃하면 오류가 생겨요. 정보
[★]로그아웃하면 오류가 생겨요.본문
로그인하고 다시 로그아웃을하면요
select mb_password, mb_intercept_date, mb_leave_date, mb_email_certify from g4_member where mb_id = 'u?든'
1267 : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
라는 오류로 메인이 들어가지지 않습니다.
이오류좀알고계신분들은 답변좀부탁드리겠습니다.
select mb_password, mb_intercept_date, mb_leave_date, mb_email_certify from g4_member where mb_id = 'u?든'
1267 : Illegal mix of collations (utf8_general_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
라는 오류로 메인이 들어가지지 않습니다.
이오류좀알고계신분들은 답변좀부탁드리겠습니다.
댓글 전체

그누보드와 mysql 캐릭셋(언어셋) 이 틀려서 그렇습니다.
db 또는 그누보드 언어셋을 확인 해보시고 둘다 같은 언어셋으로 수정하면 정상 출력 될겁니다.
db 또는 그누보드 언어셋을 확인 해보시고 둘다 같은 언어셋으로 수정하면 정상 출력 될겁니다.
..