hyunjong

port

Showing 1 changed file with 1 additions and 1 deletions
......@@ -44,7 +44,7 @@ connection = mysql.createConnection({
host : 'localhost',
user : 'root',
password : 'password',
port : 9000,
port : 3000,
database : 'YTMT'
});
......