Re: password MYSQL

2002-11-12 Thread John Chang
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 pass

Re: password MYSQL

2002-11-12 Thread Iikka Meriläinen
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