# emerge mysql
# emerge --config mysql
# vi /etc/mysql/my.cnf
utf8 을 원하는 캐릭터셋으로 변경 (euckr or 그대로 등등..)
innodb_data_file_path = ibdata1:10M:autoextend:max:128M 에서 :max:128M을 삭제
# mysql_install_db
# /etc/init.d/mysql start
# emerge --config mysql
# vi /etc/mysql/my.cnf
utf8 을 원하는 캐릭터셋으로 변경 (euckr or 그대로 등등..)
innodb_data_file_path = ibdata1:10M:autoextend:max:128M 에서 :max:128M을 삭제
# mysql_install_db
# /etc/init.d/mysql start
댓글 없음:
댓글 쓰기