Skip to content

Commit

Permalink
fix: 🐛 Update authentication for MySQL to use authentication_policy a…
Browse files Browse the repository at this point in the history
…nd caching_sha2_password
  • Loading branch information
jdrew82 committed Apr 10, 2024
1 parent 7be653d commit e2a7b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environments/docker-compose.mysql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
db:
image: "mysql:8"
command:
- "--default-authentication-plugin=mysql_native_password"
- "--authentication_policy=caching_sha2_password"
- "--max_connections=1000"
env_file:
- "local.env"
Expand Down

0 comments on commit e2a7b7d

Please sign in to comment.