简单创建:
    create database db_name;
    创建时指定字符集:
    CREATE DATABASE test1 DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;