Page 1 of 1

[SOLVED] Help MySQL

Posted: Tue Sep 13, 2016 1:21 pm
by m4th3us

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)

Re: Help MySQL

Posted: Tue Sep 13, 2016 1:25 pm
by m4th3us

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

Posted: Tue Sep 13, 2016 1:30 pm
by m4th3us
Solved...

Code: Select all

apt-get install mysql-server --fix-missing --fix-broken