I've installed mysql 5.1.47 on Fedora 11 using yum as I've always done. The installation appears to go well, but when I tried to login into mysql using the root account (with blank password), I get the following error:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I then logged in with the --skip-grant-tables option and looked at the user table and I don't see the entries for the root account. Normally I would see 3 entries for root. Instead, there is a single entry for 'admin', which I've never seen before.
Any insight into the problem would be greatly appreciated.
Thanks!
- Tam
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
I then logged in with the --skip-grant-tables option and looked at the user table and I don't see the entries for the root account. Normally I would see 3 entries for root. Instead, there is a single entry for 'admin', which I've never seen before.
Any insight into the problem would be greatly appreciated.
Thanks!
- Tam