#ECONNREFUSED 0.0.0.0:3306

6 messages · Page 1 of 1 (latest)

calm hatch
#

Dear Programmers,
Tried everything i could. Im using mysql.
For some reason it just dont let my connect. my last guess its a problem "ipv6 vs ipv4" but i have no clue how i can possibly fix it.
I would truly appreciate your advice on this.
Best regards

stoic relicBOT
#

Project ID: N/A

calm hatch
#

7d132eb

stoic relicBOT
#

It looks like the error is caused by Sequelize trying to connect to a local server on port 3306. You may need to listen on 0.0.0.0 instead.

knotty pilot
#

0.0.0.0 is not a valid IP

calm hatch
#

so what ip should it be?