You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-a...@googlegroups.com
Hi,
I am a newbie to google app engine. I have been trying to connect to Cloud SQL using mysql client. I have whitelisted my ip in the app. The error I am getting is:
ERROR 2003 (HY000): Can't connect to MySQL server on 'ip' (111)
I am behind a proxy, could that be the reason? If yes, kindly guide me on how to resolve this.
Hoping for helpful responses.
Sincerely,
Garima Ahuja
Vinny P
unread,
Nov 13, 2013, 1:15:59 AM11/13/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I have been trying to connect to Cloud SQL using mysql client. I have whitelisted my ip in the app. The error I am getting is:
ERROR 2003 (HY000): Can't connect to MySQL server on 'ip' (111) I am behind a proxy, could that be the reason?
Error 111 is generally code for connection refused, as you can see from the error text.
The proxy may be the issue here, depending on how it's configured. Did you whitelist your IP or the proxy's IP address in the console? Try whitelisting both. Also, try using the SQuirrel client ( https://developers.google.com/cloud-sql/docs/admin-tools#squirrel ), it tends to be much more user-friendly than the standard client.