Results 1 to 3 of 3
Hi folks,
Ubuntu 910 64bit
# mysqladmin -u root p'oldpasswd' password newpasswd
Code:
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
However ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-29-2010 #1Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712
mysql - fail to change root password
Hi folks,
Ubuntu 910 64bit
# mysqladmin -u root p'oldpasswd' password newpasswdHowever with the oldpasswd I can login mysql.Code:mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user 'root'@'localhost' (using password: NO)'
$ mysql -u root -p
Enter password: oldpasswd
...
mysql >
Please help. TIA
B.R.
satimis
- 03-29-2010 #2
change the password using the other methods then: How To Change MySQL Root Password
- 03-29-2010 #3Linux Guru
- Join Date
- Sep 2004
- Posts
- 1,712


Reply With Quote

