Commit 8a3aaf03 authored by 吴文龙's avatar 吴文龙

fix

parent b7b82055
Pipeline #106329 canceled with stages
...@@ -14,7 +14,10 @@ ...@@ -14,7 +14,10 @@
Date: 30/09/2022 19:52:22 Date: 30/09/2022 19:52:22
*/ */
SET NAMES utf8mb4; CREATE database if NOT EXISTS `htwin_dbapi` default character set utf8mb3 collate utf8mb3_unicode_ci;
use `htwin_dbapi`;
SET NAMES utf8mb3;
SET FOREIGN_KEY_CHECKS = 0; SET FOREIGN_KEY_CHECKS = 0;
-- ---------------------------- -- ----------------------------
......
...@@ -9,5 +9,4 @@ services: ...@@ -9,5 +9,4 @@ services:
environment: environment:
MYSQL_ROOT_PASSWORD: 'huansi.net' MYSQL_ROOT_PASSWORD: 'huansi.net'
volumes: volumes:
- "./mysql:/var/lib/mysql" - "./mysql:/var/lib/mysql"
restart: always \ No newline at end of file
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment