Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunjong Lee
/
YTMT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Akhidjon
2019-05-25 00:25:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
997abd90adcda942fa2b567d0d4619f1768d5286
997abd90
1 parent
a7d67af7
tring to connect mysql to server
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
app.js
app.js
View file @
997abd9
...
...
@@ -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
:
'
tes
t'
database
:
'
ytm
t'
});
//
...
...
Please
register
or
login
to post a comment