1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

添加MySQL配置,并跑通项目

This commit is contained in:
2022-10-21 01:13:59 +08:00
parent 972b67de22
commit 42852f150a
9 changed files with 133 additions and 71 deletions

20
database/epp.sql Normal file
View File

@@ -0,0 +1,20 @@
/*
Navicat Premium Data Transfer
Source Server : localhost MySQL 8.0
Source Server Type : MySQL
Source Server Version : 80012
Source Host : localhost:3306
Source Schema : epp
Target Server Type : MySQL
Target Server Version : 80012
File Encoding : 65001
Date: 21/10/2022 01:13:14
*/
SET NAMES utf8mb4;
SET FOREIGN_KEY_CHECKS = 0;
SET FOREIGN_KEY_CHECKS = 1;