Skip to content

Instantly share code, notes, and snippets.

@byeblogs
Last active September 18, 2018 04:15
Show Gist options
  • Save byeblogs/2bb5fe24eb41466cf913527d28d66f1d to your computer and use it in GitHub Desktop.
Save byeblogs/2bb5fe24eb41466cf913527d28d66f1d to your computer and use it in GitHub Desktop.
The server requested authentication method unknown to the client..
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