Home > Database > Mysql Tutorial > body text

dpkg: error processing mysql

WBOY
Release: 2016-06-07 15:20:39
Original
1487 people have browsed it

dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfigured start:Jobfailedtostart invoke-rc.d:initscriptmysql,actionstartfailed. dpkg:errorprocessingmysql-server-5.5(--configure): subprocessinstalledpost-



dpkg: error processing mysql-server (--configure): dependency problems - leaving unconfigured

start: Job failed to start

invoke-rc.d: initscript mysql, action "start" failed.

dpkg: error processing mysql-server-5.5 (--configure):

 subprocess installed post-installation script returned error exit status 1

dpkg: dependency problems prevent configuration of mysql-server:

 mysql-server depends on mysql-server-5.5; however:

  Package mysql-server-5.5 is not configured yet.

dpkg: error processing mysql-server (--configure):

 dependency problems - leaving unconfigured

No apport report written because the error message indicates its a followup error from a previous failure.

                                                                                                          Errors were encountered while processing:

 mysql-server-5.5

 mysql-server

E: Sub-process /usr/bin/dpkg returned an error code (1)



解决方法:

删除mysql前 先删除一下 /var/lib/mysql 还有 /etc/mysql



sudo rm /var/lib/mysql/ -R

sudo rm /etc/mysql/ -R


sudo apt-get autoremove mysql* --purge

sudo apt-get remove apparmor


sudo apt-get install mysql-server mysql-common

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template