errorError: getaddrinfo ENOTFOUND - mysql

前端 未结 5 1477
温柔的废话
温柔的废话 2021-01-18 01:17

I\'m running a server on c9.io using Node.js and trying to connect to Mysql I guess I get this error:

Error: getaddrinfo ENOTFOUND

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-01-18 01:33

    After one hour, and I don't know why, I found the issue.

    In my case I replaced

    host: 'localhost'
    

    by

    host: '127.0.0.1'
    

提交回复
热议问题