Toggle navigation
Toggle navigation
This project
Loading...
Sign in
박준혁
/
os-17-2-termproject-jun
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
박준혁
2019-06-27 18:12:52 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ecf0f233df791c296b806a2ab2ae8735fc3a5a83
ecf0f233
1 parent
4554c3b3
a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
database_mysql.js
database_mysql.js
View file @
ecf0f23
...
...
@@ -2,7 +2,7 @@ var mysql = require('mysql');
var
connection
=
mysql
.
createConnection
({
host
:
'localhost'
,
user
:
'root'
,
password
:
'
gurwns123
'
,
password
:
''
,
database
:
'o2'
});
...
...
Please
register
or
login
to post a comment