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

MariaDB's binary is not mysqld already #3122

Closed
Deifinger opened this issue Jan 5, 2022 · 2 comments
Closed

MariaDB's binary is not mysqld already #3122

Deifinger opened this issue Jan 5, 2022 · 2 comments

Comments

@Deifinger
Copy link

Description:

Open laradock/mariadb/Dockerfile. You have CMD ["mysqld"] there, but it won't work for the newest versions of MariaDB.

Docker HUB, version 10.6.4: CMD ["mysqld"]
Docker HUB, version >10.6.5: CMD ["mariadbd"]

Expected Behavior:

Call CMD ["mariadbd"] for versions >= 10.6.5

@Deifinger Deifinger changed the title MariaDB binary is not mysqld already MariaDB's binary is not mysqld already Jan 5, 2022
@stale
Copy link

stale bot commented Apr 13, 2022

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale
Copy link

stale bot commented Jun 12, 2022

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

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

No branches or pull requests

1 participant