Re: How to configure mysql server?

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

 




[tim@alfred ~]$ mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)
[tim@alfred ~]$ su
Password:
[root@alfred tim]# mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)
[root@alfred tim]#

seems there is a MySQL root pwd set - in that case use

mysql -u root -pyourpasswordhere

or leave off the yourpasswordhere and it will prompt you for it when you hit enter


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

  Powered by Linux