Hello - when i run my python-script i get an error when trying to define the sql_connector: mysql.connector.errors.InterfaceError: 2003: Can't connect to MySQL server on 'nl1-ss18.a2hosting.com:3306' (111 Connection refused)
When i connect from my local machine the connection works without problems.
Is there something i have to enable in pythonanywhere to have also access to an external mysql-db?