|
@@ -13,9 +13,11 @@ us.mysqlconnection = function(host, database) {
|
|
host: host, //数据库地址
|
|
host: host, //数据库地址
|
|
user: "root", //用户名
|
|
user: "root", //用户名
|
|
password: "cocorobo", //密码
|
|
password: "cocorobo", //密码
|
|
|
|
+ // password: "662675", //密码
|
|
database: database, //数据库名称
|
|
database: database, //数据库名称
|
|
|
|
+
|
|
// port: 20007 //端口
|
|
// port: 20007 //端口
|
|
- port: 3306 //端口
|
|
|
|
|
|
+ port: 3306 //提交数据库端口
|
|
}); //连接超时和错误从连
|
|
}); //连接超时和错误从连
|
|
}
|
|
}
|
|
//connectionLimit: 1000,
|
|
//connectionLimit: 1000,
|