... I'm starting to lose faith in my ability to understand things.
So as I've mentioned in the past, I'm coming here from Kubuntu, and the differences in installation may be making it more difficult for me to unravel this, but...
Kubuntu doesn't come with mysql installed, and when you install it, it asks you to provide a password for the root mysql account.
In Fedora it appears to be pre-installed? I say this because when I try to uninstall it, it wants to uninstall php and many parts of kde as well.
At any rate, I'm having trouble using it. "Trouble" meaning "I can't use it for anything."
So I tried to access it by command line from root, i.e.
su -
[enter password]
mysql
and I get this message:
error: 'Access denied for user 'root'@'localhost' (using password: NO)
Using password NO? OK, so I need to set a password...
mysqladmin -u root password 'PASSWORD HERE'
and I get:
error: 'Access denied for user 'root'@'localhost' (using password: NO)
... ok, maybe I can't do it as root?
so I exit root
exit
and try again from my account
mysqladmin -u root password 'PASSWORD HERE'
and I get:
error: 'Access denied for user 'root'@'localhost' (using password: NO)
So... what idiocy have I committed to put me in this situation? Anyone?