Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -44,7 +44,7 @@ connection = mysql.createConnection({ | ... | @@ -44,7 +44,7 @@ connection = mysql.createConnection({ |
44 | host : 'localhost', | 44 | host : 'localhost', |
45 | user : 'root', | 45 | user : 'root', |
46 | password : 'password', | 46 | password : 'password', |
47 | - port : 9000, | 47 | + port : 3000, |
48 | database : 'YTMT' | 48 | database : 'YTMT' |
49 | }); | 49 | }); |
50 | 50 | ... | ... |
-
Please register or login to post a comment