这样就可以创建一个名为 helloworld 的数据库
create database helloworld default character set utf8mb4 collate utf8mb4_unicode_ci;
mysql> create database helloworld default character set utf8mb4 collate utf8mb4_unicode_ci; Query OK, 1 row affected (0.04 sec)
这样就可以创建一个名为 helloworld 的数据库
create database helloworld default character set utf8mb4 collate utf8mb4_unicode_ci;
mysql> create database helloworld default character set utf8mb4 collate utf8mb4_unicode_ci; Query OK, 1 row affected (0.04 sec)