change mysql.connector to mysql-connector-python
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user