v3.5.0 docker

This commit is contained in:
MaxKey
2022-05-06 17:41:04 +08:00
parent 08dbe02dc3
commit 737e8edc07
14 changed files with 359 additions and 2 deletions

View File

View File

@@ -0,0 +1,7 @@
create database if not exists `maxkey` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_0900_ai_ci */ /*!80016 DEFAULT ENCRYPTION='N' */ ;
use maxkey ;
source /docker-entrypoint-initdb.d/v3.3.3.ga/maxkey_v3.3.3.GA.sql ;
source /docker-entrypoint-initdb.d/v3.3.3.ga/maxkey_v3.3.3.GA_data.sql ;

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long