MySQL 썸네일형 리스트형 mysql5에서 EUCKR인 DB를 UTF-8데이터로 입출력하는 방법 대부분 mysql5의 경우 system 캐릭터 셋은 UTF-8로 되어 있다. 이는 변경이 안되는 것이다. 문제는 DB의 캐릭터 셋인데 이는 얼마든지 변경이 가능하다. 단, mysql5가 무슨 캐릭터 셋을 지원하는 여부에 따라 달라진다. 그래서 이를 살펴볼 필요가 있는데 방법은 다음과 같다. mysql>SHOW CHARACTER SET; +----------+-----------------------------+---------------------+--------+ | Charset | Description | Default collation | Maxlen | +----------+-----------------------------+---------------------+--------+ | big5.. 더보기 utf8로 세팅된 mysql 서버에서 한글 안깨지도록 백업할 방법 euckr로 된 게시판의 데이터들을 utf8로 세팅된 mysql 서버에서 한글 안깨지도록 백업할 방법 mysqldump --default-character-set=euckr -u계정 -p비번 데이타베이스 > 데이타베이스.sql SET NAMES EUCKR; 추가 더보기 CentOS APM 세팅 출처 : http://acnzel.tistory.com/28?srchid=BR1http%3A%2F%2Facnzel.tistory.com%2F28OS : Fedora Core 4, CentOS 5.0MySql 4.1.18 http://ftp.superuser.co.kr/pub/mysql/mysql-4.1.18.tar.gzApache 2.0.55 http://ftp.superuser.co.kr/pub/apache/httpd-2.0.55.tar.gzPHP 4.4.2 http://ftp.superuser.co.kr/pub/php/php-4.4.2.tar.gzZend-Optimizer 3.0.1 http://ftp.superuser.co.kr/pub/ZendOptimizer/ZendOptimizer-3.0... 더보기 centos에 mysql 설치 시에... 에러해결 출처 : http://onlybible.tistory.com/917 mysql 설치시 에러 발생 checking "LinuxThreads"... "Not found" configure: error: This is a linux system and Linuxthreads was not found. On linux Linuxthreads should be used. Please install Linuxthreads (or a new glibc) and try again. See the Installation chapter in the echo '/* Linuxthreads */' >> /usr/include/pthread.h 더보기 이전 1 다음