bunner bob
Registered
I'm trying to change the password I set up for my root MySQL user. What I've read says the syntax is:
shell > mysqladmin -u root old_password new_password
but I keep getting the error:
'Access denied for user: 'root@localhost' (Using password: NO)'
So I must not be typing something right.
The (old) password is working in other situations - PHPmyAdmin for example is connecting properly to MySQL.
I also tried installing the preference pane from the complete mysql installer, but I can't get it to activate. I installed MySQL directly from the MySQL site, so the version number is newer than the MySQL included with complete MySQL - probably the reason. Anyway, I should be able to change the password with the above command - right?
I'm running Mac OS X Panther (10.3.2), mysql 4.0.17
Thanks,
Bob
shell > mysqladmin -u root old_password new_password
but I keep getting the error:
'Access denied for user: 'root@localhost' (Using password: NO)'
So I must not be typing something right.
The (old) password is working in other situations - PHPmyAdmin for example is connecting properly to MySQL.
I also tried installing the preference pane from the complete mysql installer, but I can't get it to activate. I installed MySQL directly from the MySQL site, so the version number is newer than the MySQL included with complete MySQL - probably the reason. Anyway, I should be able to change the password with the above command - right?
I'm running Mac OS X Panther (10.3.2), mysql 4.0.17
Thanks,
Bob