RE: apache/mysql errors....

2003-08-21 Thread Peter Lovatt
for the user apache Peter -Original Message- From: bruce [mailto:[EMAIL PROTECTED] Sent: 20 August 2003 18:53 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: apache/mysql errors Hi... A mysql/Apache issue: I get the following when I'm trying to run a test web site

Re: apache/mysql errors....

2003-08-21 Thread Jon Drukman
bruce wrote: Hi... A mysql/Apache issue: I get the following when I'm trying to run a test web site on an Apache 2.0/RH8.0 setup. Warning: Access denied for user: '[EMAIL PROTECTED]' (Using password: YES) in /var/www/html/dbid/mysql/database.php on line 17

Re: apache/mysql errors....

2003-08-21 Thread Antony Dovgal
On Wed, 20 Aug 2003 10:52:35 -0700 bruce [EMAIL PROTECTED] wrote: I have added the mysql user/password to the php file. I can access mysql using the user/password from the linux command line. What login pass do you use in PHP and what login pass do you use in command line? Hmm..let me guess:

Re: [users@httpd] apache/mysql errors....

2003-08-21 Thread Hans van Harten
bruce wrote: We have the following setup in our httpd.conf file. We've tried to give what's related to the issue. We're trying to set up a virtual host for a test project. The behavior that we're seeing is that we can type: http://foo.com but the url that gets displayed is http://12.x.x.x

Re: [users@httpd] Re: apache/mysql errors....

2003-08-21 Thread Leif W
- Original Message - From: Jon Drukman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, August 20, 2003 9:28 PM Subject: [EMAIL PROTECTED] Re: apache/mysql errors grant select on *.* to [EMAIL PROTECTED] identified by 'yourpasswordhere'; [...] you