mirror of
https://gitlab.com/nekoya/web.git
synced 2024-11-14 02:16:19 +01:00
Edited db.js
This commit is contained in:
parent
363be4a828
commit
cd65ef15b8
1 changed files with 1 additions and 1 deletions
2
db.js
2
db.js
|
@ -7,7 +7,7 @@ var db_connect = mysql.createConnection({
|
|||
});
|
||||
db_connect.connect(function (err) {
|
||||
if (!err) {
|
||||
console.log("Database Connected !!!");
|
||||
console.log("Database is Connected !!!");
|
||||
} else {
|
||||
console.log("There was a problem connecting to the database ....");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue