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

Commits on Jul 3, 2024

  1. fix: add --mysql-native-password=ON param to fix broken connection

    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
    Danyal-Faheem committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    bc9c101 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    303836d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afe6a61 View commit details
    Browse the repository at this point in the history