From 32297110d96152d51fe9fea79e3af24b97a35157 Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Tue, 2 Mar 2021 19:25:55 +0800 Subject: [PATCH] =?UTF-8?q?docker-compose=20=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E8=84=9A=E6=9C=AC=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecg-boot/db/jeecgboot-mysql-5.7.sql | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jeecg-boot/db/jeecgboot-mysql-5.7.sql b/jeecg-boot/db/jeecgboot-mysql-5.7.sql index 2503d0d1..a1058767 100644 --- a/jeecg-boot/db/jeecgboot-mysql-5.7.sql +++ b/jeecg-boot/db/jeecgboot-mysql-5.7.sql @@ -1,3 +1,7 @@ +-- 创建mysql库 +DROP DATABASE IF EXISTS `jeecg-boot`; +create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci; + /* Navicat Premium Data Transfer @@ -16,6 +20,7 @@ SET NAMES utf8mb4; SET FOREIGN_KEY_CHECKS = 0; +USE `jeecg-boot`; -- ---------------------------- -- Table structure for ces_field_kongj -- GitLab