Akhidjon

tring to connect mysql to server

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