Skip to content

Instantly share code, notes, and snippets.

@waltman
Created February 10, 2016 16:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waltman/64a6122433cd5f33670c to your computer and use it in GitHub Desktop.
Save waltman/64a6122433cd5f33670c to your computer and use it in GitHub Desktop.
mysql dependency problems on ubuntu 12.04
% sudo dpkg --configure -a
dpkg: dependency problems prevent configuration of mysql-server-5.5:
mysql-server-5.5 depends on mysql-server-core-5.5 (= 5.5.46-0ubuntu0.12.04.2); however:
Version of mysql-server-core-5.5 on system is 5.5.47-0ubuntu0.12.04.1.
dpkg: error processing mysql-server-5.5 (--configure):
dependency problems - leaving unconfigured
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
Errors were encountered while processing:
mysql-server-5.5
mysql-server
$ dpkg -l 'mysql*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-===========================-===========================-======================================================================
ii mysql-client 5.5.47-0ubuntu0.12.04.1 MySQL database client (metapackage depending on the latest version)
un mysql-client-4.1 <none> (no description available)
un mysql-client-5.0 <none> (no description available)
un mysql-client-5.1 <none> (no description available)
ii mysql-client-5.5 5.5.47-0ubuntu0.12.04.1 MySQL database client binaries
un mysql-client-core-5.1 <none> (no description available)
ii mysql-client-core-5.5 5.5.47-0ubuntu0.12.04.1 MySQL database core client binaries
ii mysql-common 5.5.47-0ubuntu0.12.04.1 MySQL database common files, e.g. /etc/mysql/my.cnf
un mysql-common-4.1 <none> (no description available)
iU mysql-server 5.5.47-0ubuntu0.12.04.1 MySQL database server (metapackage depending on the latest version)
un mysql-server-4.1 <none> (no description available)
un mysql-server-5.0 <none> (no description available)
un mysql-server-5.1 <none> (no description available)
iU mysql-server-5.5 5.5.46-0ubuntu0.12.04.2 MySQL database server binaries and system database setup
un mysql-server-core <none> (no description available)
un mysql-server-core-5.0 <none> (no description available)
un mysql-server-core-5.1 <none> (no description available)
ii mysql-server-core-5.5 5.5.47-0ubuntu0.12.04.1 MySQL database server binaries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment