show variables like 'c%';로 확인시 character_set_database가 안 바뀌는 경우ALTER DATABASE 데이터베이스명 CHARACTER SET = 'utf8' COLLATE = 'utf8_general_ci'; 로 변경한