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

fix: add turn on mysql-native-password authentication plugin to fix broken connection for users upgrading from Tutor 15 or earlier #1090

Conversation

Danyal-Faheem
Copy link
Contributor

fixes #1089.

For tutor instances that were created with tutor 15 and earlier and then upgraded to tutor 18, the launch process would fail as the MySQL connection could not be made.

This is because mysql-native-password was removed in MySQL 8.4.0. We turn it on temporarily to fix failing connections.

fixes overhangio#1089
For tutor instances that were created with tutor 15 and earlier and then upgraded to tutor 18, the launch process would fail as MySQL connection could not be made. This is because mysql-native-password was removed in MySQL 8.4.0. We turn it on temporarily to fix failing connections
Copy link
Contributor

@DawoudSheraz DawoudSheraz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add changelog entry

@Danyal-Faheem
Copy link
Contributor Author

please add changelog entry

Updated.

@DawoudSheraz DawoudSheraz merged commit 0854914 into overhangio:master Jul 4, 2024
2 checks passed
@DawoudSheraz DawoudSheraz deleted the danyalfaheem/fix-mysql-native-password-plugin branch July 4, 2024 06:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
2 participants