On Sun, Nov 10, 2013 at 1:30 PM, Garima Ahuja <[email protected]> wrote:
> 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. In addition, post your issue at the Cloud SQL Google Group located at https://groups.google.com/forum/#!forum/google-cloud-sql-discuss . There are a number of helpful people on that board with expertise in Cloud SQL. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
