-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e655263
commit 48f25d0
Showing
7 changed files
with
32 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...Test/scripts/database/docker-compose.yaml → sapi/docker/database/docker-compose.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
|
||
[client] | ||
default-character-set=utf8mb4 | ||
[mysql] | ||
default-character-set=utf8mb4 | ||
|
||
[mysqld] | ||
skip_ssl | ||
skip-ssl-session-cache-mode | ||
|
||
# bind-address = 0.0.0.0 | ||
bind-address = 0.0.0.0 | ||
# bind-address = :: | ||
|
||
# 跳过密码登录 | ||
# skip-grant-tables | ||
|
||
collation-server = utf8mb4_unicode_ci | ||
init-connect='SET NAMES utf8mb4 COLLATE utf8mb4_unicode_ci' | ||
character-set-server = utf8mb4 | ||
innodb_ft_min_token_size = 1 | ||
ft_min_word_len = 1 | ||
innodb_ft_enable_stopword = OFF | ||
ft_stopword_file = '' | ||
|
||
|
||
|
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.