- mySql/Aurora DB utf8 설정
1. SHOW VARIABLES LIKE 'c%';
2. DB cluster parameter group 변경 (http://www.smileforyou.net/?p=112)
3. ALTER DATABASE [DB명] DEFAULT CHARACTER SET utf8;
   (https://nesoy.github.io/articles/2017-05/mysql-UTF8)
4. CREATE TABLE (설정하기 이전의 테이블에는 적용이 안됨 - http://codeman77.tistory.com/19)

'Database > MySQL' 카테고리의 다른 글

MySQL - UUID 활용 - PK 로 사용  (0) 2024.01.20
now와current_timestamp  (0) 2018.12.14
오토커밋 on, off  (0) 2018.11.28
TABLE 정보 조회 및 난수 생성  (0) 2018.07.26
Explain 분석  (0) 2018.04.27
Posted by 張's blog
,