ci(mysql): drop outdated config options

Also make them look as recommended in the documentation.
This commit is contained in:
Andrew Mayorov 2023-03-08 12:31:48 +03:00
parent 0403c3c195
commit 225cbab9ce
No known key found for this signature in database
GPG Key ID: 2837C62ACFBFED5D
2 changed files with 8 additions and 10 deletions

View File

@ -13,10 +13,9 @@ services:
networks:
- emqx_bridge
command:
--bind-address "::"
--character-set-server=utf8mb4
--collation-server=utf8mb4_general_ci
--explicit_defaults_for_timestamp=true
--lower_case_table_names=1
--max_allowed_packet=128M
--skip-symbolic-links
- --bind-address=0.0.0.0
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_general_ci
- --lower-case-table-names=1
- --max-allowed-packet=128M
- --skip-symbolic-links

View File

@ -23,9 +23,8 @@ services:
- --port=3306
- --character-set-server=utf8mb4
- --collation-server=utf8mb4_general_ci
- --explicit_defaults_for_timestamp=true
- --lower_case_table_names=1
- --max_allowed_packet=128M
- --lower-case-table-names=1
- --max-allowed-packet=128M
- --ssl-ca=/etc/certs/ca-cert.pem
- --ssl-cert=/etc/certs/server-cert.pem
- --ssl-key=/etc/certs/server-key.pem