-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
MySQL 5.7 image failed while attempting to check config #873
Comments
You'll want to look at the main bug report for it over at containerd/containerd#6707 But there isn't anything we can reasonably do at this level to resolve it since it's not an issue with the image itself so going to close as a duplicate of #840 |
Hello, I know this post is old, nevertheless, for those who come across it in the future like me, this solution allows resolving the issue without intervening in the host system configuration:
This is a configuration for Compose (Docker plugin). However, you can use the equivalent, such as For your information, I encountered a similar issue with the I use Fedora Workstation Silverblue 39 |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as spam.
This comment was marked as spam.
Workaround for an issue with mysql container restarting with "ERROR: mysqld failed while attempting to check config command was: "mysqld --verbose --help" after upgrading VM to RHEL 9. See JCenatus's post here: docker-library/mysql#873
* current updates to fix sso session issue * update to puma 5.6 * remove blank line * gemfile refactoring * adjusted application.rb * remove extra , * Update docker-compose.yml Workaround for an issue with mysql container restarting with "ERROR: mysqld failed while attempting to check config command was: "mysqld --verbose --help" after upgrading VM to RHEL 9. See JCenatus's post here: docker-library/mysql#873 * Update docker-compose.yml Fixed indentation on ulimits workaround. * Update docker-compose.yml * Update _google_analytics.html.erb * Update application.html.erb * Delete app/views/shared/_google_analytics.html.erb * Create _google_analyitcs.html.erb * Update application.html.erb * Rename _google_analyitcs.html.erb to _google_analytics.html.erb * Update application.html.erb --------- Co-authored-by: stevegiessler <[email protected]>
I wanted to add a comment to this in case people search for it with regards to Ubuntu Server 24.10. I just upgraded to server to 24.10 last night and noticed today that a couple sites I host were broken, both issues connecting to the database. Checked BTOP and the memory and CPU were going haywire. Checked the docker log in both and they both had the same error message as this issue. @JeanLuX comment above fixed this for me. I'm not sure if this is relevant but one instance is 5.7 and the other is 8.0.3, both with the same issue. |
Introduction:
Hello, I am running Fedora 36 and trying to run the docker image for MySql 5.7
I had been using an already built container for some time but recently when I tried to start the image I am met with an error saying that it failed when checking config.
I have been able to successfully build a docker image for MySQL 8 but I need 5.7 for legacy support.
I have read issue #840 about it failing due to a bug in Fedora 35 but it ends at that point.
Has there been any way to work around this or has it be completed as of F36?
Docker Run Command:
docker run -p 3320:3306 --name dev-mysql -v /home/path/to/logs/sql_docker_conf:/etc/mysql/conf.d -e MYSQL_ROOT_PASSWORD=super-secret-pass -d 74a6a7ec181f
Docker Logs:
2022-07-01 17:50:59+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.38-1debian10 started.
2022-07-01 17:51:08+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config
command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.wAi7qWrgpp
Fetch:
kernel ~ 5.18.7-200.fc36.x86_64
os ~ Fedora Linux 36 (Workstation Edition)
arch ~ x86_64
de/wm ~ GNOME
cpu ~ AMD Ryzen 7 4700U with Radeon Graphics [email protected]
gpu ~ AMD/ATI Renoir (rev c2)
ram ~ 15246 MiB swap ~ 8191 MiB
term ~ kitty shell ~ zsh
The text was updated successfully, but these errors were encountered: