?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '01_1' and po_rel_id = '1' and po_rel_action = '쓰기'

1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='

error file : /gn/bbs/write_update.php

 

 

 

 

phpmyadmin 으로 DB에 로긴 한 다음에,
db 선택하신후,
sql 탭을 누르고, 명령어 창에다

ALTER DATABASE databasename CHARACTER SET utf8 COLLATE utf8_general_ci;

를 카피해서 넣으신 후,

databasename 부분에 db명을 적어주시고, 실행을 클릭하면 됩니다.

그 후에, 그누 설치하시던지 빌더를 설치하시면 됩니다.

혹 euckr 을 사용하시면, 위의 코드 중에 해당부분 수정하시면 됩니다.

?

  1. No Image

    1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' 에러명

    select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = '01_1' and po_rel_id = '1' and po_rel_action = '쓰기' 1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation ...
    Date2012.02.21 Views93023
    Read More
  2. No Image

    (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결

    (Owncloud) Error while trying to create admin user: An exception occured in driver: could not find driver 에러 해결 php 확장 모듈에서 php_pdo_mysql.dll 추가 해 주면 됩니다. 테스트 환경 windows7 // autoset8 //mysql 입니다.
    Date2015.02.19 Views4096
    Read More
  3. #145 - Table './DB/xe_documents' is marked as crashed and should be repaired

    phpmyadmin 에서 #145 - Table './DB/xe_documents' is marked as crashed and should be repaired centos mysqld.log 에서 [ERROR] /usr/local/mysql/libexec/mysqld: Table './DB/xe_documents' is marked as crashed and should be repaired 이런식으로 나...
    Date2014.06.22 Views16959
    Read More
  4. No Image

    #1040 - Too many connections // XE cannot connect to DB. 이런 에러 나올때

    #1040 - Too many connections XE cannot connect to DB. 이런 에러 나올때 mysql 에서 max_connection 제한때문에 일어나는 에러 현재 msyql max_connetion 확인 #mysqladmin -u root -p variables | grep max_connection mysql 설정파일에서 max_connetion ...
    Date2013.11.20 Views36207
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4