Computer
PHP, MySQL 간 UTF-8 한글 깨짐 현상 해결
steloflute
2019. 7. 15. 23:27
https://luckyyowu.tistory.com/279
서버의 /etc/my.cnf 수정
/etc/my.cnf 에 다음 구문을 추가 한뒤 mysqld 를 재시작 한다.
[mysqld]
character-set-server=utf8
init_connect=set collation_connection=utf8_unicode_ci
init_connect=set names utf8