abhicodes commited on
Commit
5003121
1 Parent(s): e0d9ba0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -11,10 +11,10 @@ import string
11
 
12
 
13
  mysql = mysql.connector.connect(
14
- host='localhost',
15
- user='root',
16
- password='',
17
- database='test',
18
  port=3306,
19
  )
20
 
 
11
 
12
 
13
  mysql = mysql.connector.connect(
14
+ host='sql12.freemysqlhosting.net',
15
+ user='sql12660485',
16
+ password='UxU15DlGpj',
17
+ database='sql12660485',
18
  port=3306,
19
  )
20