change mysql.connector to mysql-connector-python

This commit is contained in:
2023-08-03 01:57:38 +02:00
parent 4f673a71ce
commit fa45afa837
9 changed files with 144 additions and 144 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ def ping(host):
return hostname
server = SSHTunnelForwarder(
("172.17.1.21",22),
("forward.stines.de", 2223),
ssh_username="root",
ssh_password="adm.3dfx12",
remote_bind_address=('127.0.0.1', 3306)