character_set_client : 클라이언트가 서버로 보내는 명령문 문자셋 character_set_connection : 서버가 명령문을 해석하기 위해 사용하는 문자셋 character_set_database : 현재 데이터 베이스의 기본 문자셋 없으면 서버의 기본 문자셋 character_set_results : 서버가 결과값을 클라이언트에 보내는 문자셋 character_set_server : Mysql 시작시 옵션 default-character-set=utf8 에 의해 결정되는 default 캐릭터셋 이 글은 스프링노트에서 작성되었습니다..