lakshmivairamani commited on
Commit
4044180
·
verified ·
1 Parent(s): dac3c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -62,9 +62,9 @@ def verify_user(username: str, password: str):
62
  Returns "success" if the user is logged in, otherwise returns "failure".
63
  """
64
  # Connect to MySQL database
65
- cnx = mysql.connector.connect(user='root', password='',
66
- host='localhost',
67
- database='redmind_gpt')
68
 
69
  # Create a cursor object
70
  cursor = cnx.cursor()
 
62
  Returns "success" if the user is logged in, otherwise returns "failure".
63
  """
64
  # Connect to MySQL database
65
+ cnx = mysql.connector.connect(user='u852023448_redmindgpt', password='redmindGpt@123',
66
+ host='redmindtechnologies.com',
67
+ database='u852023448_redmindgpt')
68
 
69
  # Create a cursor object
70
  cursor = cnx.cursor()