An open API service indexing awesome lists of open source software.

https://github.com/jaredchu/docker-mysql-client


https://github.com/jaredchu/docker-mysql-client

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Docker mysql-client (mysql & mysqldump CLI)

## Installation
```sh
docker-compose build
sudo cp ./bin/* /usr/bin/
```

## Usage
```sh
mysql -V
mysqldump -V
```