Sorry or posting this again, but I have try everything
I could think and I am getting no where.

I have a webserver(10.1.1.3) running Linux RH7.3 with
PHP4.2.3 and a DBserver(10.1.1.2) running W2K and MySQL 3.23.52
The user mbn has select and insert permissions:
   grant select, insert on database.* to [EMAIL PROTECTED] identified by 'pwd';

I even take a look at the db table in the MySQL database and the permissions
are
'Y' for select and insert on host '10.1.1.3' for user 'mbn'.

and this is the error I am getting:
----------
Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in
/usr/local/httpd/htdocs/mbn/confirmation.php on line 36

Warning: MySQL Connection Failed: Access denied for user: '[EMAIL PROTECTED]'
(Using password: YES) in /usr/local/httpd/htdocs/mbn/confirmation.php on
line 36
Access denied for user: '[EMAIL PROTECTED]' (Using password: YES)
---------

Line 36 is my php connect statement
 "mysql_connect('10.1.1.2','mbn','pwd');"

Do I need to put a client in the webserver(10.1.1.3) running Linux?
It there something I need to set up on the dbserver(10.1.1.2) running W2K?

Any ideas?

Thanks,

Nestor :-)
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.394 / Virus Database: 224 - Release Date: 10/3/2002


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to