Skip to content

Error: connect ETIMEDOUT - Can't connect to remote mysql server. #1002

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
nidhin001 opened this issue Feb 20, 2015 · 1 comment
Closed

Error: connect ETIMEDOUT - Can't connect to remote mysql server. #1002

nidhin001 opened this issue Feb 20, 2015 · 1 comment
Assignees
Labels

Comments

@nidhin001
Copy link

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.

@dougwilson dougwilson self-assigned this Feb 20, 2015
@dougwilson
Copy link
Member

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.

dveeden pushed a commit to dveeden/mysql that referenced this issue Jan 31, 2023
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.

Fixes mysqljs#1002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants