Skip to content

Commit a79d4de

Browse files
authored
Update MySQL_Databses.py
1 parent 2d34fc1 commit a79d4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MySQL_Databses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# MySQl databses details
44

55
mydb = mysql.connector.connect(
6-
host="localhost",
6+
host="0.0.0.0",
77
user="root",
88
passwd="",
99
database="db_name"

0 commit comments

Comments
 (0)