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
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