|
|
@@ -20,7 +20,7 @@ us.mysqlconnection = function(host, database) {
|
|
|
host: host, //数据库地址
|
|
|
// host: '123.58.32.151', //数据库地址
|
|
|
user: "root", //用户名
|
|
|
- password: host == '127.0.0.1' ? "root" : "CocoRobo-159", //密码
|
|
|
+ password: host == '127.0.0.1' ? "root" : "cocorobo", //密码
|
|
|
database: database, //数据库名称
|
|
|
// port: 20007 //端口
|
|
|
port: port, //端口
|