Node.js MSSQL tedius ConnectionError: Failed to connect to localhost:1433 - connect ECONNREFUSED

前端 未结 10 1613
情话喂你
情话喂你 2020-12-09 01:37

I am trying to connect to MSSQL 2012 using NodeJS with the mssql connection interface.

When attempting to connect I get the following error:

{ [Conn         


        
10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-09 02:00

    My issue was that I needed to start sqlserver using docker first on my mac using this command

    sudo docker start sqlserver

提交回复
热议问题