Edited db.js

This commit is contained in:
Matthew Patrick 2021-11-15 15:36:33 +07:00
parent 363be4a828
commit cd65ef15b8

2
db.js
View file

@ -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 ....");
}