【发布时间】:2017-02-13 03:15:22
【问题描述】:
我在 MySql 中使用 Loopback。我运行时随机出现以下错误
nodemon .
或
node .
Web server listening at: http://0.0.0.0:3000 Browse your REST API at http://0.0.0.0:3000/explorer Connection fails: Error: connect ETIMEDOUT It will be retried for the next request. events.js:160 throw er; // Unhandled 'error' event ^ Error: connect ETIMEDOUT at PoolConnection.Connection._handleConnectTimeout
- 我应该如何解决这个问题?在环回端配置或 MySQL 配置?注意:我正在使用 MAMP for MySQL。
- 成功启动没有错误需要很长时间。什么 我应该怎么做才能快速重启?
【问题讨论】:
-
显示一些代码会让我们更容易提供帮助
标签: mysql node.js express loopbackjs nodemon