Does anyone have a solution to connect to a database over the internet?
I am trying to set up a connection to a hosted database.
Lets say this is the data:
dbaddress: 123.123.123.123
dbport: 3039
dbname: thisusername
dbuser: thispassword
I needed to query the database to get specific data, and to be able to input data on the DB aswell.
I've seen a lot of threads about it, but they are all outdated and give the most varied errors..
