Debian 8.7
i-mscp 1.3.16
After a unsuccsessful upgrade (perl imscp-autoinstall -r with no possibility to login to mysql with root or/and imscp_user) i have the following error:
mysql-server-5.5 (5.5.54-0+deb8u1) wird eingerichtet ...
insserv: warning: script 'maldet.save.1' missing LSB tags and overrides
insserv: script mysql41: service mysql already provided!
mysql-server (5.5.54-0+deb8u1) wird eingerichtet ...
[FATAL] iMSCP::Bootstrapper::_dbConnect: Could not connect to the SQL server: DBI connect('database=imscp;host=localhost;port=3306','imscp_user',...) failed: Access denied for user 'imscp_user'@'localhost' (using password: YES) at /var/www/imscp/engine/PerlLib/iMSCP/Database/mysql.pm line 98.
Fortschritt: [ 55%] [####################################################################################...................................................................]
E: Problem executing scripts DPkg::Post-Invoke 'if [ -x /usr/local/sbin/imscp-dpkg-post-invoke.pl -a ${IMSCP_SETUP:=0} -eq 0 ]; then /usr/bin/perl /usr/local/sbin/imscp-dpkg-post-invoke.pl -d; fi'
E: Sub-process returned an error code
But - a simple
root@www:/usr/local/src/imscp-1.3.16# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 105
Server version: 5.5.54-0+deb8u1 (Debian)
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
is working
i removed mysql-server an reinstalled it but same error