fix(mysql): upgrade mysql to 1.7.1 for TLS supporting

This commit is contained in:
JianBo He 2021-01-29 17:01:45 +08:00 committed by Rory Z
parent d78b2b23c1
commit 38eb849ef0
3 changed files with 3 additions and 4 deletions

View File

@ -28,14 +28,13 @@ services:
- emqx_bridge
command:
--bind-address "::"
--default-authentication-plugin=mysql_native_password
--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
--ssl-ca=/etc/certs/ca.pem
--ssl-ca=/etc/certs/ca-cert.pem
--ssl-cert=/etc/certs/server-cert.pem
--ssl-key=/etc/certs/server-key.pem

View File

@ -121,7 +121,7 @@ jobs:
- ipv4
- ipv6
connect_type:
# - tls
- tls
- tcp
steps:

View File

@ -1,6 +1,6 @@
{deps,
[
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.6.1"}}}
{mysql, {git, "https://github.com/emqx/mysql-otp", {tag, "1.7.1"}}}
]}.
{edoc_opts, [{preprocess, true}]}.