ODBC I believe is the default connection name when none is specified. You
have the code mysql_pconnect($hostname_storeunclesam,
$username_storeunclesam, $password_storeunclesam), but have you set a value
to all the variables? You need to set $username_storeunclesam and
$password_storeunclesam to the username and password used for your MySQL
account.

Stephen

P.S. This is very much a PHP issue, as it is to do with php connecting to
MySQL rather than MySQL itself. "If you don't have something useful to say,
don't say anything!"

----- Original Message ----- 
From: "Ildiko Nyari" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 20, 2003 9:27 PM
Subject: [PHP-WIN] Access denied for user: '[EMAIL PROTECTED]'. Dreamweaver MX


Does anybody have a clue about this?
I get this error message:

Warning: mysql_pconnect(): Access denied for user: '[EMAIL PROTECTED]' (Using
password: NO) in C:\Program Files\Apache
Group\Apache2\htdocs\www\Connections\storeunclesam.php on line 9
Access denied for user: '[EMAIL PROTECTED]' (Using password: NO)


and line 9 is:

$storeunclesam = mysql_pconnect($hostname_storeunclesam,
$username_storeunclesam, $password_storeunclesam) or die(mysql_error());
in the Connections file.

Do you have any guess?
thanks.



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to