Mysql refusing connection: a very special connection issue

Posted by k to the z on Server Fault See other posts from Server Fault or by k to the z
Published on 2012-04-11T16:07:48Z Indexed on 2012/04/11 17:32 UTC
Read the original article Hit count: 191

I have my programers remoting into a web server with windows rdp. This web server is the only machine that can access another mysql server in a secure zone. When I remote into the web server from my machine I am able to connect to the mysql server through the mysql workbench on the web server. However, when I try this same procedure from another person's computer I can get into the server via rdp. I just can't connect to mysql using the workbench.

I have checked and re checked the credentials and connection information. They match. I've had other people check and re check the credentials.

As far as mysql permissions are concerned this user is allowed to connect from any machine. Plus I'm remoting into the same web server. The only difference seems to be which computer is remoting into the webserver.

wtf?

© Server Fault or respective owner

Related posts about mysql

Related posts about remote-desktop