I've tried searching web pages for assistance with this issue but have not
found anything relevant. While attempting to use the PHP-SA-MYSQL interface
to allow clients access to their options, I keep getting an error message
saying it is attempting to connect as '[EMAIL PROTECTED]' while the
configuration variables are set as follows:

$dbhost = "localhost";
$dbuser = "spamby";
$dbpass = "<somepass>";
$dbname = "spamassassin";

I can manually connect to the database as '[EMAIL PROTECTED]' using the shell
'mysql' command, but the PHP script still attempts to connect as
'[EMAIL PROTECTED]'. I've restarted Apache several times without any success.


Reply via email to