Seems like I can only connect to the database provided by Serv00?
I have already hosted a MySQL server from another provider, and I want to connect to it, the SQL connection looks like:
mysql://USER:PASS@ANOTHER-HOST:PORT/NAME
The port here can be modified, and it's already in the reserved port list, but I still cannot connect to it.
Is there anything I need to do, or if it's not possible?