IT/Mysql
[Mysql] charset 설정
DongChul
2015. 8. 5. 11:28
mysql 쿼리에 아래 쿼리를 날려주면 utf8 로 변경된다.
alter table table_name convert to charset utf8;