Actually, I think this bug points out another flaw which is that multiple root password accounts are created. One account is just fine.
Is there some Debian specific reason 3 accounts are created? Upstream creates two to work around the weird resolution order caused by having the anonymous user present. But since we don't create the anonymous user, % actually will match all hosts (including localhost) Norbert Tretkowski wrote: > Hi, > > I agree with Frédéric here, we should replace > /usr/bin/mysqladmin -u root password 'enter-your-good-new-password-here' > with > UPDATE user SET password=PASSWORD('enter-your-good-new-password-here') > WHERE user='root'; > in mysql-server-5.0.README.Debian. That's the way which is used in the > postinst. > > Norbert > > > > > _______________________________________________ > pkg-mysql-maint mailing list > [EMAIL PROTECTED] > http://lists.alioth.debian.org/mailman/listinfo/pkg-mysql-maint -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]