mysql> database utf8 생성 CREATE DATABASE test DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; programming/database 2015.01.16