drop database if exists `test-pro`; create database `test-pro` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
使用utf8mb4(表情可用编码格式),和创建表类似
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/218357.html原文链接:https://javaforall.net
mysql创建数据库sql语句dropdatabase test pro createdataba test pro DEFAULTCHARA general ci 使用 utf8mb4 和创建表类似
drop database if exists `test-pro`; create database `test-pro` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci;
使用utf8mb4(表情可用编码格式),和创建表类似
发布者:全栈程序员-站长,转载请注明出处:https://javaforall.net/218357.html原文链接:https://javaforall.net