Re: Problem creating root password MySQL in FC6

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hands down the fastest way to set a root password for a newly
initialized mysql db:

$ mysql -u root
set password for root@localhost = password('CHANGEME');
flush privileges;
quit;

Now, log on as:

mysql -u root -p

And you will be prompted for the password that you just set.

-- 
John
Registered Linux User 263680, get counted at
http://counter.li.org


[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux