물음표 뜹니다..해결좀 해주세요..
http://www.genesisinc.co.kr/en/news/news.php
왜 물음표가 뜰까요~?
euc-kr버젼입니다. .
왜그런건지.. 현재 머리가 너무 지끈지끈..
ㅜㅜ
select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = 'board_kr' and po_rel_id = '2' and po_rel_action = '쓰기'
1267 : Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (euckr_korean_ci,COERCIBLE) for operation '='
error file : /bbs/bbs/write_update.php
이렇게 오류나요
|
댓글을 작성하시려면 로그인이 필요합니다.
댓글 6개
select count(*) as cnt from g4_point where mb_id = 'admin' and po_rel_table = 'board_kr' and po_rel_id = '2' and po_rel_action = _euckr '쓰기' euckr_korean_ci
// DB 연결
function sql_connect($host, $user, $pass)
{
global $g4;
if (strtolower($g4['charset']) == 'utf-8') @mysql_query(" set names utf8 ");
else if (strtolower($g4['charset']) == 'euc-kr') @mysql_query(" set names euckr ");
return @mysql_connect($host, $user, $pass);
}
답변을 참고하세요
phpMyadmin 을 설치해서 collation을 살펴보세요.