현재 그누보드 최신판 다운받고 에러나시는 분들.. 1146에러
euc-kr 일때 설치 후
select * from g4_write_테이블명 where wr_is_comment = 0 order by wr_num limit 0, 4
1146 : Table 'uirf.g4_write_테이블명' doesn't exist
error file : /index.php
이런식의 에러나시는 분들
gnuboard4/install/sql_gnuboard4.sql
adm/sql_write.sql
두파일에서
SET @saved_cs_client = @@character_set_client;
SET character_set_client = utf8;
이부 분을 제거하셔야 합니다.
|
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기
댓글 3개
http://sir.co.kr/bbs/board.php?bo_table=cm_free&wr_id=657846