Member Avatar for feoperro

Hi,

I can't manage to set a root password no matter what I try. I've tried to uninstall and reinstall. I've tried to get the new version and replace the old one with it. I've totally deleted all mysql files off my machine and reinstalled mysql but I STILL get these problems:

I've tried:

mysqladmin -u root password "newPassword"

But I get this error:

mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'

I've tried:

mysqld_safe --skip-grant-tables &

But I get this error:

'mysqld_safe' is not recognized as an internal or external command,
operable program or batch file.

I've tried:

mysqld --skip-grant-tables &

But then I get this and nothing happens:

101022 21:39:31 [Warning] '--default-character-set' is deprecated and will be re
moved in a future release. Please use '--character-set-server' instead.


So I really just see no winning here.

Thanks,
Ashton.

Recommended Answers

All 2 Replies

You seem to have reset the admin password with mysqladmin -u root password "newPassword" Afterwards you try to connect but you do not provide a password, as proven by error: 'Access denied for user 'root'@'localhost' (using password: NO)' Could it be that you just forgot the password option -p as in mysql -uroot -pnewPassword

Member Avatar for feoperro

Yes. Well, not really - The password was set to blank or default or something when I installed MySQL 5.2. I can't use the mysql -u root -p password command because I also get the error: 'Access denied for user 'root'@'localhost' (using password: NO)'.

However, I resolved this problem simply by installing an older version. Version 5.0 of MySQL did the trick for me. I think the new versions so far just suck. I'm using Windows 7 x64 though; I'm guessing they didn't do much testing on this OS.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.