Skip to content

Commit

Permalink
fix(mysql): upgrade mysql to 1.7.1 for TLS supporting
Browse files Browse the repository at this point in the history
  • Loading branch information
HJianBo authored and Rory-Z committed Jan 29, 2021
1 parent d78b2b2 commit 38eb849
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .ci/compatibility_tests/docker-compose-mysql-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_cts_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- ipv4
- ipv6
connect_type:
# - tls
- tls
- tcp

steps:
Expand Down
2 changes: 1 addition & 1 deletion apps/emqx_auth_mysql/rebar.config
Original file line number Diff line number Diff line change
@@ -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}]}.
Expand Down

0 comments on commit 38eb849

Please sign in to comment.