• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Can't connect to mySQL at SSH but on Plesk / phpMyAdmin I can

L

LucasVN

Guest
Hi,

I am using Plesk 7.5 under FreeBSD 5.3. Mysql in Plesk is working, I can even go to phpMyadmin, and I know Plesk will also not work if the mysql server is down.

I tried connecting on ssh command line, using even to test it with the command mysqladmin version and I get this error:

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


I even tried with mysqladmin -u root -p="pswd" version but the same error..

What do you think is the prolem?

Thanks
 
try
Code:
-su-2.05b# /usr/local/psa/mysql/bin/mysql -u admin -p
Enter password:
 
Back
Top