Uhm... I don't think so ... what I mean is if you access mysql directly from 
the mysql app then there are users and passwords. Most likely you have or at 
least *SHOULD* have a password set for the root user of MYSQL. When 
accessing the DB from PHP you in order to be able to run queries on a DB you 
need to be properly connected. If you do not pass the correct password the 
the root mysql user then you will not be properly connected.

understand?

------------------------------------------
>
>Do I have to CHMOD PHPMyAdmin ???
>
-----------------------------------------
>
>
> > My guess is that you have a password set for the root user in Mysql, but
> > (from the error statement) I can see that a password was not sent to 
>Mysql
> > for verification. That being neccessary, of course. I believe David is
> > referring the the exact variables in phpMyAdmin that would hold the 
>value
>in
> > question. Good Luck.
> >
> > >
> > >Hi VivoAnt
> > >
> > >On 30 December 2001 at 01:02:22 -0800 (which was 09:02 where I live)
> > >VivoAnt
> > >rearranged electrons to get
> > >
> > >V> Thanks for the help on my previous question :) I got it to work
>finally
> > >V> :) After I did everything I tried to upload phpmyadmin to my server. 
>I
> > >V> tried accessing the page but I got this error:
> > >
> > >V> Error
> > >V> MySQL said:
> > >
> > >V> Access denied for user: 'root@localhost' (Using password: NO)
> > >
> > >V> I'm not sure what that means...
> > >
> > >At a guess I would say that you have not configured config.inc.php3 (or
> > >config.inc.php) correctly check the following entries
> > >
> > >$cfgServers[1]['host']
> > >$cfgServers[1]['user']
> > >$cfgServers[1]['password']
> > >
> > >--
> > >  BBFN,
>_______________________________________________
> > >   David                   |    David  Elliott    |   Software Engineer
> > >|
> > >  _________________________|  [EMAIL PROTECTED] | PGP Key ID 
>0x650F4534
> > >|
> > >| We're riding on the Escalator of Life
>|
> > >
> > >
> > >--
> > >PHP Windows 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]
> > >
> >
> >
> > _________________________________________________________________
> > Get your FREE download of MSN Explorer at
>http://explorer.msn.com/intl.asp.
> >
> >
> > --
> > PHP Windows 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]
> >
>
>
>--
>PHP Windows 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]
>


_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-- 
PHP Windows 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