I thought it was enough, but here it is:

  $db=mysql_connect("localhost", "user", "");
  if ($db<=0)
  {
    print ("<FONT COLOR=\"Red\"><STRONG>");
    print ("SQL Server error, cannot connect server</STRONG></FONT><BR>");
    exit;
  }

  $rc=mysql_select_db($database,$db);
  if ($rc<=0)
  {
    print ("<FONT COLOR=\"Red\"><STRONG>");
    print ("SQL Server error, cannot select 
database:".mysql_error()."</STRONG></FONT><BR>");
    exit;
  }

$database is defined properly

At 20:55 17/03/2001 +0000, Bug Database wrote:
>ID: 9812
>Updated by: sniper
>Reported By: [EMAIL PROTECTED]
>Status: Open
>Bug Type: MySQL related
>Assigned To: 
>Comments:
>
>Can you please add a shortest possible script into
>this report which can be used to reproduce this?
>
>
>--Jani
>
>
>Previous Comments:
>---------------------------------------------------------------------------
>
>[2001-03-17 15:46:01] [EMAIL PROTECTED]
>mysql_connect("localhost","user","")
>report an error that should not exist:
>SQL Server error, cannot select databaseAccess denied for user: '@localhost' to 
>database xxx
>
>@localhost ? shouldn't it be user or user@localhost?
>
>---------------------------------------------------------------------------
>
>
>
>ATTENTION! Do NOT reply to this email!
>To reply, use the web interface found at http://bugs.php.net/?id=9812&edit=2

Laurent LEVIER
IT Systems & Networks, Unix System Engineer
Security Specialist

Argosnet Security Server : http://www.Argosnet.com
"Le Veilleur Technologique", "The Technology Watcher"


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to