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
I am using the image mysql:8.0.30, and I noticed that several MySQL binaries are missing in that image including the mysqlbinlog.
mysql:8.0.30
mysqlbinlog
Some of the binaries are missing from 8.0.30, but they exist on 8.0.28:
8.0.30
8.0.28
Is that planned? If yes, what are the alternatives?
The text was updated successfully, but these errors were encountered:
This is effectively a duplicate of #847 😬 (cc @ltangvald 👀)
If you require these commands, I would suggest switching back to the Debian-based variants for now. 👍
Sorry, something went wrong.
Oh, thanks. Sorry for not correlating that issue.
So, the correct is to use 8.0.30-debian instead.
8.0.30-debian
Thank you.
No branches or pull requests
I am using the image
mysql:8.0.30
, and I noticed that several MySQL binaries are missing in that image including themysqlbinlog
.Some of the binaries are missing from
8.0.30
, but they exist on8.0.28
:Is that planned? If yes, what are the alternatives?
The text was updated successfully, but these errors were encountered: