Skip to content
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

ECONNRESET error when MySQL is not running #488

Closed
noahcoetsee opened this issue Mar 28, 2017 · 3 comments
Closed

ECONNRESET error when MySQL is not running #488

noahcoetsee opened this issue Mar 28, 2017 · 3 comments
Labels

Comments

@noahcoetsee
Copy link

I keep getting this error. I don't know how to fix this!

{ [Error: connect ECONNREFUSED 127.0.0.1:3306]
code: 'ECONNREFUSED',
errno: 'ECONNREFUSED',
syscall: 'connect',
address: '127.0.0.1',
port: 3306,
fatal: true }

Any idea what this means?

@abalabahaha
Copy link
Collaborator

It seems that the recently merged database integration PR (#471) isn't accounting for not having a database...

@huytd did you check this before merging?

@noahcoetsee
Copy link
Author

For the meantime: Could someone explain how to get a database for the server (Node.js)

@abalabahaha abalabahaha changed the title Error: ECCONRESET ECONNRESET error when MySQL is not running Mar 29, 2017
@CoderJoeW
Copy link
Contributor

Just submitted a pull request fixing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants