1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/mysql-proxy/README.md

21 lines
458 B
Markdown
Raw Normal View History

2016-05-09 15:33:08 +02:00
mysql-proxy
===========
[MySQL Proxy][1] is an application that communicates over the network using the
MySQL client/server protocol and provides communication between one or more
MySQL servers and one or more MySQL clients.
2016-05-09 17:28:47 +02:00
```
# run docker container
$ docker-compose up -d
# view log in shell
$ journalctl -f CONTAINER_NAME=mysql-proxy
# view log in python
$ apt install python3-systemd
$ python3 code.py
```
2016-05-09 15:33:08 +02:00
[1]: https://github.com/mysql/mysql-proxy