As I said, this is the first time I started MySQL and never had any
password under any user name, I was trying to create a password for user
root after initial installation of MySQL as the book said, unless this
is out of date and no required any more? Or I have to do something in
addition (That book didn't mentioned it)
Barry
Patrick wrote:
On Sat, 2007-07-28 at 08:52 -0700, Barry Yu wrote:
In FC6, first time to start MySQL and try to create passwor for root
user but failed, I login as root and did the following commands;
[root@localhost <mailto:root@localhost> ~]#
service mysqld start
Starting MySQL: [OK]
[root@localhost ~]# mysqladmin -u root password mypassword123
I think you need to use -p mypassword123
^^^^
Regards,
Patrick