We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As title says: There is no default-authentication-plugin parameter in Mysql 8.4
default-authentication-plugin
Use the tooling inside my strapi app and use mysql as a DB. When running the docker image the mysql DB is not able to start due to the below error.
unknown variable 'default-authentication-plugin=mysql_native_password'.
The mysql DB image starts w/o any issues and uses the current commands
Use the new command: #119
The text was updated successfully, but these errors were encountered:
It's suggested to use 5.7 mostly . Currently rewriting the tool so keeping this open for testing
Sorry, something went wrong.
Thanks for the reply, I'm wondering why is the version then set to mysql:latest?
Eventyret
No branches or pull requests
π Bug Report
As title says: There is no
default-authentication-plugin
parameter in Mysql 8.4π€·ββοΈ What did you do
Use the tooling inside my strapi app and use mysql as a DB. When running the docker image the mysql DB is not able to start due to the below error.
βοΈ Error log
unknown variable 'default-authentication-plugin=mysql_native_password'.
πββοΈ Expected behavior/code
The mysql DB image starts w/o any issues and uses the current commands
π‘ Possible Solution
Use the new command: #119
The text was updated successfully, but these errors were encountered: