카테고리 없음
linux + tomcat5 + mysql5 + linux 한글입력이 깨지는 경우
mulderu
2008. 9. 4. 19:25
코딩삽질은 금지.
my.cnf 를 수정하시면 됩니다. (주로 /etc/mysql/ 이하에 존재하나, 배포본과 설치에 따라 다름)
[mysqld] 부분
default-character-set=euckr
# language = /usr/local/mysql/share/mysql/korean/ #(옵션)
character-set-client-handshake = FALSE