# Change the MySQL database collation to UTF-8 ALTER DATABASE my_database DEFAULT COLLATE utf8_unicode_ci; # Change the MySQL database character set to UTF-8 ALTER DATABASE my_database DEFAULT CHARACTER SET utf8;
프로그래밍/aws
- RDS character_set_database utf8 로 바꾸기 2017.05.21
RDS character_set_database utf8 로 바꾸기
2017. 5. 21. 12:21