Last active
September 18, 2018 04:15
-
-
Save byeblogs/2bb5fe24eb41466cf913527d28d66f1d to your computer and use it in GitHub Desktop.
The server requested authentication method unknown to the client..
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
you can check by "docker inspect name_of_mysql_1" and then you can use IP of Gateway which is "172.18.0.1" | |
"NetworkID": "05f4c08c374b61334709dc8ce4b5e5cad8b94e09c27b66b0ed64c89c8d585f1f", | |
"EndpointID": "4830e8ae5f13cc983252374e1955f8731490e561603996e6c8265ccf79dea73b", | |
"Gateway": "172.18.0.1", | |
"IPAddress": "172.18.0.3", | |
"IPPrefixLen": 16, | |
"IPv6Gateway": "", | |
"GlobalIPv6Address": "", | |
"GlobalIPv6PrefixLen": 0, | |
"MacAddress": "02:42:ac:12:00:03", | |
"DriverOpts": null | |
just info, im already done with it.. | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment