> Running on localhost:8070
Connect error Error: connect ETIMEDOUT 101.37.248.115:3306
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14)
--------------------
...... {
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
address: '101.37.248.115',
port: 3306,
fatal: true
}
Connect error Error: connect ETIMEDOUT 101.37.248.115:3306
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1129:14)
--------------------
... {
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT',
syscall: 'connect',
address: '101.37.248.115',
port: 3306,
fatal: true
}
请问下这是哪里出错了呢?
连接超时,可以试试做以下检查