Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pmahajan1121 authored Jan 3, 2024
1 parent 2e476c7 commit df96928
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

mydb = mysql.connector.connect(
host="translateexpsvr.mysql.database.azure.com",
user="redblack",
user="redblack@translateexpsvr",
password="Password@123",
database="ai"
)
Expand Down

0 comments on commit df96928

Please sign in to comment.