I am trying to connect to remote DB2 but I am not able, I get error 2013, what I am doing wrong?
raise errors.InterfaceError(errno=2013)
mysql.connector.errors.InterfaceError: 2013: Lost connection to MySQL server during query
I am trying to connect to remote DB2 but I am not able, I get error 2013, what I am doing wrong?
raise errors.InterfaceError(errno=2013)
mysql.connector.errors.InterfaceError: 2013: Lost connection to MySQL server during query