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

Patch Release - MySQL native password bug fix (for older versions) #352

Merged
merged 2 commits into from
Feb 10, 2025

Conversation

hkdeman
Copy link
Contributor

@hkdeman hkdeman commented Feb 10, 2025

Fixes: #351

🐛 Bug Fixes

This PR fixes the initialization of the MySQL connection (to allow native passwords - to support older versions of MySQL). We also default to UTC timezone (the default behavior).

@modelorona
Copy link
Collaborator

With a local image of MySQL 5.7 that supports native passwords by default, with the above code I get a connection:
image

image

Without the code, connection cannot be made:
image

Change lgtm

@hkdeman hkdeman merged commit 31eb06b into @release/patch Feb 10, 2025
3 checks passed
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