I had an encrypted password. I changed the encrypted
password as follows:
mysql>update user password=�newpassword�;
I immediately relised that I should have used the
following:
mysql>update user password=PASSWORD(�newpassword�);
I am can not now use MySQL which is locally installed
in my home computer. Help please.
Maru
_______________________________
Do you Yahoo!?
Declare Yourself - Register online to vote today!
http://vote.yahoo.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]