Skip to content

Commit

Permalink
ActiveRecord::ConnectionNotEstablished: trilogy_auth_recv: caching_sh…
Browse files Browse the repository at this point in the history
…a2_password requires either TCP with TLS or a unix socket: TRILOGY_UNSUPPORTED (ActiveRecord::ConnectionNotEstablished)
  • Loading branch information
jiikko committed Apr 22, 2024
1 parent c191bca commit ab363a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rails_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
image: mysql:8.0
env:
MYSQL_ROOT_PASSWORD: password
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=5 -e MYSQL_ROOT_PASSWORD=password -e MYSQL_USER=test -e MYSQL_PASSWORD=password -e MYSQL_DATABASE=example_test --entrypoint sh mysql:8 -c "exec docker-entrypoint.sh mysqld --default-authentication-plugin=mysql_native_password" # NOTE: https://gist.github.com/kmcphillips/55043742fcf6e882a7e2eb90611a4910
ports:
- 3306:3306
redis:
Expand Down

0 comments on commit ab363a4

Please sign in to comment.