Comment 3 for bug 971494

Revision history for this message
James Page (james-page) wrote :

MySQL cluster and standard MySQL package conflict with each other; I'm pretty sure that I have seen this before but I can't find the bug report.

You could try removing mysql-cluster-* packages using the following command:

    sudo apt-get purge mysql-cluster-\*

then fixing up MySQL using:

   sudo apt-get -f install