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

Latest commit

 

History

History
40 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.13 KB

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 <[email protected]>.

© We Are Genki