Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Minimal MySQL compatible client tools docker image using MariaDB client libs

License

Notifications You must be signed in to change notification settings

WeAreGenki/docker-mysql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Client Tools Docker Image

GitHub Tag

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.

Usage

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

Available tools

  • myisam_ftdump
  • mysql
  • mysql_find_rows
  • mysql_fix_extensions
  • mysql_waitpid
  • mysqlaccess
  • mysqladmin
  • mysqlbug
  • mysqlcheck
  • mysqldump
  • mysqldumpslow
  • mysqlimport
  • mysqlshow

Licence

ISC. See LICENCE.md.

Author

Proudly made by Max Milton <max@wearegenki.com>.

© We Are Genki

About

Minimal MySQL compatible client tools docker image using MariaDB client libs

Resources

License

Stars

Watchers

Forks

Packages

No packages published