Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
[SOLVED] Help MySQL
[SOLVED] Help MySQL
Code: Select all
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up mysql-server-5.6 (5.6.31-0ubuntu0.14.04.2) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.6
E: Sub-process /usr/bin/dpkg returned an error code (1)
Last edited by m4th3us on Tue Sep 13, 2016 1:30 pm, edited 1 time in total.
Re: Help MySQL
Code: Select all
# dpkg --configure -a
Setting up mysql-server-5.6 (5.6.31-0ubuntu0.14.04.2) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing package mysql-server-5.6 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.6
Re: Help MySQL
Solved...
Code: Select all
apt-get install mysql-server --fix-missing --fix-broken