Skip to content

mysqladmin and other tools missing from mysql:8 #410

@stealthybox

Description

@stealthybox

Hi 👋

The recent tag move for latest -> 8 started failing our kubernetes liveness probes:

Liveness: exec [mysqladmin ping --host 127.0.0.1 --port 3306] delay=5s timeout=5s period=10s #success=1 #failure=3

The mysql docs suggest that this tool should be usable with both MySQL 5.7 and 8.0:

It seems there may be other tools missing from the mysql:8 image as well:

comm \
<(docker run --entrypoint sh -w /usr/bin mysql:5 -c 'ls mysql*') \
<(docker run --entrypoint sh -w /usr/bin mysql:8 -c 'ls mysql*')

		mysql
mysql_config_editor
mysql_embedded
mysql_install_db
mysql_plugin
		mysql_secure_installation
		mysql_ssl_rsa_setup
		mysql_tzinfo_to_sql
		mysql_upgrade
mysqladmin
		mysqlbinlog
mysqlcheck
		mysqld_multi
		mysqld_safe
		mysqldump
mysqldumpslow
mysqlimport
		mysqlpump
mysqlshow
mysqlslap

Cheers

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions