I'm trying to reach a MySQL server I have externally to PAW. I just enrolled a "Hacker" account that's supposed to get the ability to "Access to external internet sites from your code"
But when I try to connect to my external DB I got an error "mysql.connector.errors.InterfaceError: 2003: Can't connect to MySQL server on ...."
Everything works if I connect to my internal PAW MySQL server mysql.server but I got this error connecting to the external server.
My code works from my local PC so everything is OK with the connection string and so...
I tried both the module "mysql" and the "MySQLdb", same results. It seems PAW is blocking me...
Any hint?