에 대한 :불법 믹스 (utf8_general_ci, IMPLICIT) 작업 'FIND_IN_SET'나는 다음과 같은 오류 얻을
SELECT ID FROM xs_user_profiles WHERE ID='' AND FIND_IN_SET('1',site_structure);
:
Illegal mix of collations (latin1_swedish_ci,COERCIBLE) and (utf8_general_ci,IMPLICIT) for operation 'find_in_set'
이것은 내가 실행하려고 한 쿼리입니다
이 테이블의 속성을 조회 한 결과 charset utf8 및 collation utf8_general_ci가 있습니다.
이것은 모든 사이트에서 잘 작동하므로 잘못된 점이 무엇인지 잘 모릅니다.
[MySQL의 잘못된 "데이터 정렬 조합 오류"] 가능한 복제본 (http://stackoverflow.com/questions/3029321/troubleshooting-illegal-mix-of-collations-error-in-mysql) – Jocelyn