presto
presto copied to clipboard
connect mysql localhost from presto docker
Please help me to config
Can you share how you deploy the presto docker? I assume you deploy presto in a docker container, and mysql is on the host machine. In this case, presto cannot reach mysql directly. If you can re-deploy mysql, the deploy it in another docker container, and use docker compose to deploy both. They can reach each other with container name.
Please confirm, then I can send over a detailed example. @sieximbank
@sieximbank do you still need this?