-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add mysql 8.0 CI run #15311
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
Add mysql 8.0 CI run #15311
Conversation
mmm did 💥... but why... |
I guess this requires a dbal upgrade |
laradock/laradock#1390 (comment) For some reasons newer MySQL server use pam as primary authentication providder (afaik). |
Signed-off-by: Roeland Jago Douma <[email protected]>
Signed-off-by: Daniel Kesselberg <[email protected]>
image: redis | ||
- name: mysql | ||
image: mysql:8.0 | ||
command: [ "--default-authentication-plugin=mysql_native_password" ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is a proper fix 🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the trick fine by me
Signed-off-by: Roeland Jago Douma [email protected]