Hello,

On Fri, Aug 03, 2001 at 10:48:55AM +0500, Grigory Bakunov wrote:
> No. You need to remove -p from this command line.
> So "/usr/bin/mysqladmin -u root password 'new-password'" works like a dream -);
> 

So, this must be corrected on the install script ($bindir/mysql_install_db):

-----
  echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
  echo "This is done with:"
  echo "$bindir/mysqladmin -u root -p password 'new-password'"
  echo "$bindir/mysqladmin -u root -h $hostname -p password 'new-password'"
  echo "See the manual for more instructions."
-----

Hugo

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