-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Upgrading db image to MySQL 8 causes plugin load issue #393
Comments
MySQL 8 changed their password authentication method.
Follow the step to setup mysql_native_password for
And then |
Thanks, we did have this ticket just come in as well #396 -- I'm not sure if we'll face the same issue with MariaDB or not. |
Seems like there's a fix for this here: |
Thank you, I did try that before, I swear... but it didn't work. I'll attempt again 😀 |
Closing this out as an old ticket, as we just upgraded to MariaDB 10.4. If there is an issue with that image, please open a new ticket with the details, and we can take it from there. |
Steps To Reproduce
docker-compose.yml
file'sdb
service to useimage: mysql:8.0.23
before starting installbin/mysqldump > magento.sql
to create backup of databaseExpected Result
Running script creates backup of MySQL database.
Actual Result
Running script outputs error:
The text was updated successfully, but these errors were encountered: