This post provides the following login string:
# mysql -uadmin -p'cat /etc/psa/.psa.shadow.'
Entering this gives: Access denied for user 'admin'@'localhost' (using password: YES)
With MySQL -u root -p I get a password prompt but the same Access denied message.
What am I doing wrong? Thanks.
# mysql -uadmin -p'cat /etc/psa/.psa.shadow.'
Entering this gives: Access denied for user 'admin'@'localhost' (using password: YES)
With MySQL -u root -p I get a password prompt but the same Access denied message.
What am I doing wrong? Thanks.
Last edited: