Skip to content

mysql:5.7 image failing to start #971

Closed
@xetrics

Description

@xetrics

Image 5.7 fails to start with the following barebones config:

~ docker run --name mysql2 -d \
-p 3306:3306 \
-e MYSQL_ROOT_PASSWORD=password \
--restart unless-stopped \
mysql:5.7

container continuously throws the same error:

2023-05-08 15:49:57+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.42-1.el7 started.
2023-05-08 15:49:59+00:00 [ERROR] [Entrypoint]: mysqld failed while attempting to check config
	command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.yrWVPwwrdU

This does not occur on mysql:latest

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions