We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d34fc1 commit a79d4deCopy full SHA for a79d4de
MySQL_Databses.py
@@ -3,7 +3,7 @@
3
# MySQl databses details
4
5
mydb = mysql.connector.connect(
6
- host="localhost",
+ host="0.0.0.0",
7
user="root",
8
passwd="",
9
database="db_name"
0 commit comments