Skip to content

Commit 206fdf3

Browse files
committed
modify mysql host info
1 parent 576f982 commit 206fdf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mysql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from crudlib import MySQL
88

9-
uri = "mysql+pymysql://root:root@mysql:3306/mysql?charset=utf8mb4"
9+
uri = "mysql+pymysql://root:root@localhost:3306/mysql?charset=utf8mb4"
1010
my = MySQL(uri, debug=True)
1111
my.create_db("test")
1212
my.connection.db = "test"

0 commit comments

Comments
 (0)