You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions runners come with MySQL 8.0 pre-installed. The install
step was skipping installation because mysqld already existed, leaving
us with MySQL 8.0 which has authentication incompatibilities with the
test suite.
Now checks the mysqld version string. If it's below 9, stops the old
MySQL, removes old packages, clears the data directory, and installs
MySQL 9 from Oracle's deb bundle.
https://claude.ai/code/session_01CsyRwSkRxBcQoaQFVkMQsJ
0 commit comments