报错内容如下图
Caught exception: Error: getaddrinfo ENOTFOUND 1ocalhost 1ocalhost:3306
修改myRule.js文件
// 创建数据库连接,需根据自己数据库账号密码修改 var connection = mysql.createConnection({ host: 'localhost', user: 'root', password: 'xxxx', database: 'phone_weixin' });
其中localhost改为127.0.0.1就正常了