owenashurst / agar.io-clone

Agar.io clone written with Socket.IO and HTML5 canvas
MIT License
2.88k stars 1.12k forks source link

ECONNRESET error when MySQL is not running #488

Closed noahcoetsee closed 7 years ago

noahcoetsee commented 7 years ago

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 commented 7 years ago

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 commented 7 years ago

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

CoderJoeW commented 7 years ago

Just submitted a pull request fixing this