Forum Moderators: coopster
Do you not know the address of your mysql server? You may be best to speak to your host or server provider, they will be able to tell you, your exact hostnames and ip addresses.
Mack.
To allow remote connection to connect to your mysql server you will need to run somethign like this...
GRANT ALL ON .* username@ip.add.re.ss IDENTIFIED BY 'password';
Mack.
I'm taking it that you have a physically 'local' DB server, and that you also have access to a external or remote DB server. If so, do you have physical access or not? If not, the person administering the external DB server should be able provide this INFO.