I am trying to connect to a remote mysql database using an account which I created
When I use the following command from the shell:
Code: Select all
mysql -h host -u user -pHowever, when I try to connect to the mysql server from PHP using
mysql_connect(host, user, password)
I keep failing.
Is there a way to determine what caused the problem?
is there some entry in a log file which I can refer to?
regards