I am having some trouble installing Mysql-4.0.2 RPM on RedHat 7.3. I installed both the server and the client. My problem occurs when I try to access mysqladmin. After the install occurs I am prompted to set a password for the Mysql root user:
/usr/bin/mysqladmin -u root password 'new-password'
I get the following error:
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'
Anybody have an idea why this is happening?
/usr/bin/mysqladmin -u root password 'new-password'
I get the following error:
/usr/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user: 'root@localhost' (Using password: NO)'
Anybody have an idea why this is happening?