> Then I tried to set a password for the MYSQL root user and I get the
> following error.
> 
> ./bin/mysqladmin -u root -p password 'christ1'
> Enter password: *******
> 
> ./bin/mysqladmin: connect to server at 'localhost' failed
> error: 'Access denied for user: 'root@localhost' (Using password: YES)

Try:
./bin/mysqladmin -u root password 'christ1'

If this works, the problem was that you were giving the new password
(Enter password: *******) when mysql was asking you the old password -
if you were changing root password for the first time, root password is
empty. 

-- 
Diana Soares


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