公告
财富商城
积分规则
提问
发文
2019-01-03 00:53发布
孤傲高冷的网名
报错内容如下图
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就正常了
最多设置5个标签!
修改myRule.js文件
其中localhost改为127.0.0.1就正常了