{"id":513,"date":"2015-01-18T23:14:10","date_gmt":"2015-01-18T23:14:10","guid":{"rendered":"http:\/\/www.tech-g.com\/?p=513"},"modified":"2015-01-18T23:14:10","modified_gmt":"2015-01-18T23:14:10","slug":"mysql-would-not-install-on-debian","status":"publish","type":"post","link":"https:\/\/www.voodoo.business\/blog\/2015\/01\/18\/mysql-would-not-install-on-debian\/","title":{"rendered":"MySQL would not install on debian"},"content":{"rendered":"<p>Had problems with<\/p>\n<pre>apt-get install mysql-server<\/pre>\n<pre>\r\ndbconfig-common: writing config to \/etc\/dbconfig-common\/phpmyadmin.conf\r\nSetting up mysql-server-5.5 (5.5.37-0ubuntu0.14.04.1) ...\r\n\/var\/lib\/dpkg\/info\/mysql-server-5.5.postinst: line 146: logger: command not found\r\nATTENTION: An error has occured. More info is in the syslog!\r\n\/var\/lib\/dpkg\/info\/mysql-server-5.5.postinst: line 236: logger: command not found\r\ndpkg: error processing package mysql-server-5.5 (--configure):\r\nsubprocess installed post-installation script returned error exit status 127\r\ndpkg: dependency problems prevent configuration of mysql-server:\r\nmysql-server depends on mysql-server-5.5; however:\r\nPackage mysql-server-5.5 is not configured yet.\r\n<\/pre>\n<p>So the sollution was to remove mysql completely, <\/p>\n<pre>\r\nsudo apt-get purge mysql*\r\nsudo apt-get autoremove\r\nsudo apt-get autoclean\r\n<\/pre>\n<p>then run <\/p>\n<pre>apt-get dist-upgrade<\/pre>\n<p>then installing mysql-server again<\/p>\n<pre>apt-get install mysql-server<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Had problems with apt-get install mysql-server dbconfig-common: writing config to \/etc\/dbconfig-common\/phpmyadmin.conf Setting up mysql-server-5.5 (5.5.37-0ubuntu0.14.04.1) &#8230; \/var\/lib\/dpkg\/info\/mysql-server-5.5.postinst: line 146: logger: command not found ATTENTION: An error has occured. More info is in the syslog! \/var\/lib\/dpkg\/info\/mysql-server-5.5.postinst: line 236: logger: command not found dpkg: error processing package mysql-server-5.5 (&#8211;configure): subprocess installed post-installation script returned error exit status [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-513","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/513","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/comments?post=513"}],"version-history":[{"count":1,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/513\/revisions"}],"predecessor-version":[{"id":514,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/posts\/513\/revisions\/514"}],"wp:attachment":[{"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/media?parent=513"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/categories?post=513"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.voodoo.business\/blog\/wp-json\/wp\/v2\/tags?post=513"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}