解决 2.3数据库文件缺少 #1728

This commit is contained in:
zhangdaiscott
2020-09-14 15:02:11 +08:00
parent 31111fe3b6
commit 913124da42
+1 -1
View File
@@ -1,4 +1,4 @@
--- 创建mysql库
-- 创建mysql库
DROP DATABASE IF EXISTS `jeecg-boot`;
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;