Mysql之SQL随笔

1.创建数据库

1 create database if not exists shop default character set utf8mb4 default collate utf8mb4_unicode_ci;