Okay...my php code:
mysql_connect("ovid.u.washington.edu:1157", "bvogt", "dagny")
Gives this error:
Warning: Host 'veron01.u.washington.edu' is not allowed to connect to this MySQL server in /nfs/aesop01/hw13/d46/bvogt/db.php on line 5
Warning: MySQL Connection Failed: Host 'veron01.u.washington.edu' is not allowed to connect to this MySQL server in /nfs/aesop01/hw13/d46/bvogt/db.php on line 5
Now, I understand that there are two probable causes for this. One is that the user bvogt does not have permissions to connect from this host. I've restarted safe_mysqld with the --log option, but when I run the script and check the log file, there are no entries...unless I'm looking in the wrong file (mysql/data/virgil01.log) -- so, how do I tackle this problem so I can connect?
The other potential cause is incompatible libraries, since I'm running a binary. I have the source, but it isn't installing properly. How can I determine if this is the problem responsible for my inability to connect?
Thanks a ton for your help.
Brian