Skip to content

Mixpo/docker-mysql-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

docker-mysql-client

Simple MySQL client to connect to any MySQL server.

Usage

One-off Commands

docker run --rm shopigniter/mysql-client -h 1.2.3.4 -uroot -e 'use foo; select * from bar;'

Interactive Shell

docker run --rm -it shopigniter/mysql-client -h 1.2.3.4 -uroot

About

Simple MySQL client to connect to any MySQL server.

Resources

Stars

Watchers

Forks

Packages

No packages published