my.cnf 파일을 편집한다. MySQL의 업그레이드가 끝나면 my.cnf 파일을 편집한다. 다음과 같이 한다 : [client] default-character-set=euckr [mysqld] datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Default to using old password format for compatibility with mysql 3.x # clients (those using the mysqlclient10 compatibility package). old_passwords=1 default-character-set=euckr init_connect=set collation_connection=euckr-korean_..