Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
hengli
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
deploy
hengli
Commits
8a3aaf03
Commit
8a3aaf03
authored
Sep 30, 2022
by
吴文龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
b7b82055
Pipeline
#106329
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
htwin_dbapi.sql
db/htwin_dbapi.sql
+4
-1
docker-compose-mysql.yml
docker-compose-mysql.yml
+1
-2
No files found.
db/htwin_dbapi.sql
View file @
8a3aaf03
...
@@ -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
;
-- ----------------------------
-- ----------------------------
...
...
docker-compose-mysql.yml
View file @
8a3aaf03
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment