?

단축키

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

    tar 파일 압축하기 압축해제 하기

    압축을 풀려면, tar zxvf [파일이름]새로운 압축파일을 만들려면, tar zcvf [파일이름][압축할 파일 이름들 ...] tar 옵션을 zxvf 그리고 zcvf 로 외우시면 편리합니다. 이유는 키보드 자판을 보시면 zxcv 로 되어 있기 때문에 zxcvf 순서로 외우 두시고 새로 ...
    Date2012.10.15 Views67885
    Read More
  2. No Image

    CentOS 버전 확인 lsb_release -a

    CentOS 버전 확인 lsb_release -a 혹은 다음 파일 중 하나를 열어 확인할 수 있다. /etc/issue /etc/redhat-release
    Date2012.05.09 Views77103
    Read More
  3. 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 Views93026
    Read More
  4. No Image

    폴더복사 하기 cp 명령어

    cp -r /home/원본폴더 /home/test1/복사 /home/원본폴더를 , /home/test1/복사 폴더로 복사함
    Date2013.08.01 Views212058
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4