Plopix / docker-mysqlproxyprofiler

Docker image with mysql-proxy setup to profile your queries
10 stars 3 forks source link

Image launches but nothing happens #1

Closed egor-dev closed 5 years ago

egor-dev commented 5 years ago

After runing docker run -it --rm --name myproxy --network docker_app_network --link mysql -e BACKEND=mysql:3306 plopix/docker-mysqlproxyprofiler

I only see 2018-12-25 11:12:06: (critical) plugin proxy 0.8.5 started

but can't see any queries. Can you help with that? Thank you!