2 messages in com.mysql.lists.javaChange Password under Win32 MySQL
FromSent OnAttachments
paul campbell16 Nov 1999 23:58 
Rodolfo Ricci17 Nov 1999 01:31 
Subject:Change Password under Win32 MySQL
From:paul campbell (sea@halcyon.com)
Date:11/16/1999 11:58:17 PM
List:com.mysql.lists.java

The "README" in c;\mysql says " Normally one should add a password for the 'root' user and take msqld down with: mysqladmin --user=root --password=your_password shutdown "

That fails saying it can't connect to root@localhost. (Yes, I put a HOST entry in C:\WINDOWS even though I had one in the appropriate place in WINNT.)

README continues: mysql mysql "delete from user where host='localhost' and user'';

mysqladmin reload mysqladmin -u root password your_password mysqladmin: unable to change password; error: 'parse error near 'SQL_OPTION password='11fe543c5b3c5a61'' at line 1' (similar error with and without single quotes around your password.)

What am I doing wrong?

Is the README in error or is it my interpretation?