4 messages in com.mysql.lists.bugsrpm : set root password text error
FromSent OnAttachments
Johan LENGLET07 Jun 2002 04:36 
Peter Zaitsev07 Jun 2002 13:20 
Michael Widenius09 Jun 2002 03:21 
Johan LENGLET10 Jun 2002 00:19 
Subject:rpm : set root password text error
From:Johan LENGLET (joh@lenglet.com)
Date:06/07/2002 04:36:22 AM
List:com.mysql.lists.bugs

Description:

The current text is :

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! This is done with: /usr/bin/mysqladmin -u root -p password 'new-password' /usr/bin/mysqladmin -u root -h mysqlserver.local -p password 'new-password' See the manual for more instructions.

But the argument '-p' to set the password is wrong. I had to delete it to set the passord.

How-To-Repeat:

rpm -i MySQL-3.23.49a-1.i386.rpm

Fix:

PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER ! This is done with: /usr/bin/mysqladmin -u root password 'new-password' /usr/bin/mysqladmin -u root -h mysqlserver.local password 'new-password' See the manual for more instructions.

Release: mysql-3.23.49a (Official MySQL RPM)