Skip to content

Commit

Permalink
Use default mysql authentication plugin
Browse files Browse the repository at this point in the history
The native password will be gone in 9.0.
  • Loading branch information
nanaya committed Nov 22, 2024
1 parent 2b827cd commit d97cc81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ services:
MYSQL_ALLOW_EMPTY_PASSWORD: "yes"
ports:
- "${MYSQL_EXTERNAL_PORT:-127.0.0.1:3306}:3306"
command: --default-authentication-plugin=mysql_native_password
healthcheck:
# important to use 127.0.0.1 instead of localhost as mysql starts twice.
# the first time it listens on sockets but isn't actually ready
Expand Down

0 comments on commit d97cc81

Please sign in to comment.