Minimal MySQL compatible client tools docker image using MariaDB client libraries running on an Alpine Linux base. Useful for creating database dump backups or as a throw away but full-featured MySQL client.
From a terminal you can run something like:
$ docker run -ti --name mysql-client wearegenki/mysql-client:latest \
mysql -h 123.123.123.123 -u root -p
- myisam_ftdump
- mysql
- mysql_find_rows
- mysql_fix_extensions
- mysql_waitpid
- mysqlaccess
- mysqladmin
- mysqlbug
- mysqlcheck
- mysqldump
- mysqldumpslow
- mysqlimport
- mysqlshow
ISC. See LICENCE.md.
Proudly made by Max Milton <max@wearegenki.com>.
© We Are Genki