Eu tenho um problema no meu sistema, onde não consigo instalar ou remover programas usando o apt-get devido a dependências não atendidas, mas não consigo instalar dependências porque continuo recebendo o erro:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following packages were automatically installed and are no longer required:
galera-3 libdbi-perl mysql-server mysql-server-5.7
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
plesk-config-troubleshooter psa-imp
0 upgraded, 0 newly installed, 2 to remove and 4 not upgraded.
1 not fully installed or removed.
After this operation, 20.4 MB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 118238 files and directories currently installed.)
Removing psa-imp (6.2.17-ubuntu16.04.build1705170314.14) ...
dpkg action:
Trying to start service mysql... /usr/sbin/mysqld is stopped
done
Trying to establish test connection... ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
E Trying to establish test connection... ERROR 1045 (28000): Access denied for user 'admin'@'localhost' (using password: YES)
apenas se repete muitas vezes antes de dizer
failed
ERROR while trying to establish test connection
Check the error reason(see log file: /var/log/plesk/install/plesk_17.5.3_installation.log), fix and try again
establish test connection
***** installing problem report *****
ERROR while trying to establish test connection
Check the error reason(see log file: /var/log/plesk/install/plesk_17.5.3_installation.log), fix and try again
establish test connection
dpkg: error processing package plesk-config-troubleshooter (--remove):
subprocess installed pre-removal script returned error exit status 1
Errors were encountered while processing:
psa-imp
plesk-config-troubleshooter
E: Sub-process /usr/bin/dpkg returned an error code (1)
W: Operation was interrupted before it could finish
O problema está relacionado ao mysql, como quando eu tento rodar o mysql de qualquer conta, seja uma conta de usuário, admin, ou root, eu recebo o mesmo erro (com um nome de usuário diferente). Depois de procurar por correções na internet, eu tentei usar: mysqld --skip-grant-tables
seguido de mysql -u root mysql
no entanto, recebo o mesmo erro de ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
. Eu também tentei mysql -hxxx.xxx.xxx.xxx -uroot -p
e recebi este erro: ERROR 2003 (HY000): Can't connect to MySQL server on 'xxx.xxx.xxx.xxx' (111)
(ip substituído por xxx)
Eu também tentei editar /etc/my.cnf
, que encontrei em outra postagem do SO, mas o arquivo está vazio, assim como sudo dpkg-reconfigure mysql-server
, que deve redefinir a senha de root, mas não ajuda.