Did you recently change the users? If its a fresh install of MySQL, try logging in with root, without a password. I'm not sure if FC has you set a password on install, but some do not, leaving the password blank for root.
Hi,
I am Linux Fedora and having problems connecting to MySQL despite being root. Here is the error when I type mysql at the prompt/terminal.
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Can any one help? Thanks...
Did you recently change the users? If its a fresh install of MySQL, try logging in with root, without a password. I'm not sure if FC has you set a password on install, but some do not, leaving the password blank for root.
hi
just type
#mysql
mysql>
grant the permissions to localhost
mysql> grant all on * to root@localhost identified by "passwd";
u can login with
#mysql -u root -p
don't forget to run "FLUSH PRIVILEGES" after editing mysql grant tables.
63,000 bugs in the code, 63,000 bugs,
ya get 1 whacked with a service pack,
now there's 63,005 bugs in the code!!
Bookmarks