I tried the first suggestion and it signed in fine.

After emptying the cookies in Netscape and then quitting. I tried to connect to http://localhost/phpMyAdmin-2.3.2/index.php and it never asked for a password just gave me:

Error
MySQL said:
Access denied for user: 'root@localhost' (Using password: NO)

How do I pass the password?

At 11:03 PM 11/12/2002 +0200, Iikka Meriläinen wrote:
Hi!

First, try connecting from the command-line mysql client.
mysql -u root -p -h ser.ver.ip.addr
Then enter your password (if you don't have a root password you can dismiss
-p)

Also, if that works, try resetting cookies from your browser, as phpMyAdmin
relies on cookie authentication.

Iikka

On Tue, 12 Nov 2002, John Chang wrote:

> I just changed the root password for MYSQL from the default and now it
> gives me the error Access is denied when I try to connect using
> phpMyadmin. It doesn't even ask for a password. How can I login
> in? Thank you.
>
>
> ---------------------------------------------------------------------
> 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
>

******************************************
* Iikka Meriläinen *
* E-mail: [EMAIL PROTECTED] *
* Vaala, Finland *
******************************************


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

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