Skip to content

Conversation

@Revyn112
Copy link

This PR updates the MySQL version in Docker Compose from latest to 5.7.

Reason for Change

  • MySQL 8.0 / 9.0 deprecated and removed the mysql_native_password plugin, breaking legacy authentication.
  • Pinned to 5.7 to ensure compatibility and predictable behavior.

Benefits

  • Legacy authentication workflows remain functional.
  • Avoids issues caused by relying on latest for versioning.

@pdellaert
Copy link

I will have to test this a bit on the weekend, but I'm pretty sure this is fine. This is really only for dev, as in prod, it uses an external mysql server that isn't deployed as part of our K8s setup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants