Comment 4 for bug 759238

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

MySQL cluster and standard MySQL package conflict with each other.

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