fix(mysql): upgrade mysql to 1.7.1 for TLS supporting
This commit is contained in:
parent
d78b2b23c1
commit
38eb849ef0
|
@ -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
|
||||
|
||||
|
|
|
@ -121,7 +121,7 @@ jobs:
|
|||
- ipv4
|
||||
- ipv6
|
||||
connect_type:
|
||||
# - tls
|
||||
- tls
|
||||
- tcp
|
||||
|
||||
steps:
|
||||
|
|
|
@ -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}]}.
|
||||
|
|
Loading…
Reference in New Issue