We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
For the meantime: Could someone explain how to get a database for the server (Node.js)
Just submitted a pull request fixing this
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: