avnav0
avnav0
tried it with `user: host` does not work, same error. but this works: ``` podman stop nginx.main -f > /dev/null 2>&1 podman rm nginx.main -f > /dev/null 2>&1 podman run...
@parthlakhaniElligo same issue have you figured it out?
same issue. when i test with `mysql-connector-python`: ``` # cnx = mysql.connector.connect( # user=MYSQL_USER, # password=MYSQL_PASS, # host=tunnel.local_bind_host, # port=tunnel.local_bind_port, # database=MYSQL_DB, # # connection_timeout=5, # use_pure=True # ) ```...