Skip to content

Commit

Permalink
fix: collation
Browse files Browse the repository at this point in the history
  • Loading branch information
si3nloong committed Oct 31, 2020
1 parent 74a54c6 commit 1dc7ba8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
# host port: 3800 # Optional, default value is 3306. The port of host
# container port: 3307 # Optional, default value is 3306. The port of container
character set server: "utf8" # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
collation server: "utf8_general_ci" # Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld
# character set server: "utf8" # Optional, default value is 'utf8mb4'. The '--character-set-server' option for mysqld
# collation server: "utf8_general_ci" # Optional, default value is 'utf8mb4_general_ci'. The '--collation-server' option for mysqld
mysql version: "8.0" # Optional, default value is "latest". The version of the MySQL
mysql database: "sqlike" # Optional, default value is "test". The specified database which will be create
mysql root password: "abcd1234" # Required if "mysql user" is empty, default is empty. The root superuser password
Expand Down

0 comments on commit 1dc7ba8

Please # to comment.