Getting error “connect ECONNREFUSED 127.0.0.1:3306” while connecting to mysql

前端 未结 1 810
一生所求
一生所求 2021-01-18 10:47

I\'m new to nodeJs and trying to develop my first application. I installed mysql package through npm, It got installed and I can see a successful entry of it in package.json

相关标签:
1条回答
  • 2021-01-18 11:33

    Have you started your XAMPP Server ?.

    connect ECONNREFUSED 127.0.0.1:3306 -- this error came, when you not started your XAMPP server.

    Please remove socketPath & try once.

    I have faced same kind of issue, when I not started the XAMPP server.

    0 讨论(0)
提交回复
热议问题