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

fix

parent b7b82055
Pipeline #106329 canceled with stages
......@@ -14,7 +14,10 @@
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;
-- ----------------------------
......
......@@ -10,4 +10,3 @@ services:
MYSQL_ROOT_PASSWORD: 'huansi.net'
volumes:
- "./mysql:/var/lib/mysql"
\ No newline at end of file
restart: always
\ 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