Skip to content

Commit f4011f8

Browse files
authored
Update mysqldb.py
1 parent c1b163b commit f4011f8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

mysqldb.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1+
12
import mysql.connector
23
mydb = mysql.connector.connect(
34
host="localhost",
45
user="root",
5-
password="rootpaddword"
6+
password="rootpassword"
67
)
7-
print(mydb)
8+
print(mydb)

0 commit comments

Comments
 (0)