Can't start MySQL5.5 on Ubuntu 12.04 - “dpkg: dependency problems”

后端 未结 11 1418
礼貌的吻别
礼貌的吻别 2020-12-25 13:25

This appears to be a common problem on 12.04. I\'ve tried everthing in this thread including:

sudo apt-get clean

sudo apt-get autoclean

sudo apt-get remove         


        
11条回答
  •  难免孤独
    2020-12-25 13:57

    I had this problem many times. I can add an other piece of solution for this jigsaw...

    WARNING: the following steps will delete your data! Do a backup first!

    You have to:

    rm -rf /var/lib/mysql rm -rf /etc/mysql

    AND

    Verify that, the interface "lo" is up and, the traffic is allowed on "lo" (iptables).

    Hope that help someone else !

提交回复
热议问题