You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my node webkit application, I'm not able to connect to remote mysql server its returning Error: connect ETIMEDOUT. It works fine with local machine.
The text was updated successfully, but these errors were encountered:
That's just a standard Node.js error. It means there was a timeout trying to connect. Typically this means there is a firewall or something dropping your packets.
CloudSQL is only available up to Go 1.9 on Google AppEngine, which was phased out. Starting from 2019-10-01, no new apps can be deployed to GAE/Go 1.9 anymore. This dialer is thus obsolete.
Fixesmysqljs#1002
In my node webkit application, I'm not able to connect to remote mysql server its returning Error: connect ETIMEDOUT. It works fine with local machine.
The text was updated successfully, but these errors were encountered: