Akhidjon

commit

Showing 1 changed file with 1 additions and 1 deletions
......@@ -77,7 +77,7 @@ app.use(express.static(path.join(__dirname, 'public')));
connection = mysql.createConnection({
host : 'localhost',
user : 'root',
password : '',
password : 'password',
port : 3306,
database : 'ytmt'
});
......