Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Tweaks #340

Merged
merged 1 commit into from
May 3, 2024
Merged

MySQL Tweaks #340

merged 1 commit into from
May 3, 2024

Conversation

tonysm
Copy link
Contributor

@tonysm tonysm commented May 3, 2024

Changed

  • In fix issue #329 #330, we reverted back to the official MySQL image. After merging that PR, I noticed that it now complains about the --default-authentication-plugin flag that we are setting saying it doesn't exist (from Fix MySQL default auth for PHP < 7.4 #116). I don't see that same flag being set on Laravel Sail. After testing without it, I was able to connect from my host machine, then created a sample Laravel Sail project to use the Takeout MySQL container, and it works. So we're dropping it.
  • The MYSQL_ALLOW_EMPTY_PASSWORD flag can always be set to 1 instead of making it dynamic based on the password used.

…nd drop the default-authentication-plugin on MySQL
@tonysm tonysm merged commit 4267283 into main May 3, 2024
8 of 10 checks passed
@tonysm tonysm deleted the tm/mysql-tweaks branch May 3, 2024 21:32
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.

None yet

1 participant