Forum Moderators: coopster
The mysql port is open (I commented out the skip-networking option in the my.cnf file).
What else do I have to do to enable this user to access the db on the remote server? Do I have to change the users permissions?
Thanks!
CRUMP
I found this page: [linuxhelp.net...]
Hope this helps!
Next, you need to setup your connection to that host in your mysql_connect [php.net] command. Pay particularly close attention to the server argument given in Example 2.
What is interfering? I don't think I have a firewall installed on this server, although I might. How would I check that?
Thanks