dubin555 commented on issue #2907:
URL: https://github.com/apache/superset/issues/2907#issuecomment-817522871
to anyone who had same issue: maybe this is due to the docker network
config, the following steps worked for me! you can do the following check:
inside the docker container -->
1. telnet {{your mysql address}} {{your mysql port}}, e.g. telnet
192.168.x.x 3306, fast to reponse: if Yes, go to 2
2. ping {{your mysql address}}, shows 100% loss: if Yes, go to 3
3. following the
https://docs.docker.com/network/bridge/#enable-forwarding-from-docker-containers-to-the-outside-world
to fix the connection issue
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]