update connect
This commit is contained in:
parent
033e4a6e12
commit
d617786e37
|
@ -9,9 +9,4 @@ var con = mysql.createConnection({
|
|||
port: 3307,
|
||||
});
|
||||
|
||||
con.connect(function(err) {
|
||||
if (err) throw err;
|
||||
console.log("Connected!");
|
||||
});
|
||||
|
||||
exports.con = con;
|
Reference in New Issue