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

There is no default-authentication-plugin parameter in Mysql 8.4 #120

Open
koeppel opened this issue Jun 23, 2024 · 2 comments
Open

There is no default-authentication-plugin parameter in Mysql 8.4 #120

koeppel opened this issue Jun 23, 2024 · 2 comments
Assignees

Comments

@koeppel
Copy link

koeppel commented Jun 23, 2024

πŸ› 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

@Eventyret
Copy link
Member

It's suggested to use 5.7 mostly .
Currently rewriting the tool so keeping this open for testing

@koeppel
Copy link
Author

koeppel commented Jun 23, 2024

Thanks for the reply, I'm wondering why is the version then set to mysql:latest?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants