Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frezbo/mysql-client
MySQL client based on Alpine Linux
https://github.com/frezbo/mysql-client
Last synced: 1 day ago
JSON representation
MySQL client based on Alpine Linux
- Host: GitHub
- URL: https://github.com/frezbo/mysql-client
- Owner: frezbo
- Created: 2017-01-16T01:55:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-16T11:47:37.000Z (about 8 years ago)
- Last Synced: 2025-01-22T01:33:37.813Z (2 days ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MySQL client based on Alpine Linux [![Build Status](https://travis-ci.org/frezbo/mysql-client.svg?branch=master)](https://travis-ci.org/frezbo/mysql-client)
## Instructions
1. docker run --rm -it frezbo/mysql-client /bin/sh -c 'mysql -h "mysql-server address" -u "db_user" -p"db_pass"'