I faced following error while installing devstack on by ubuntu 14.04.3 virtual machine :
i would like to know how to solve the mysql error i faced
I faced following error while installing devstack on by ubuntu 14.04.3 virtual machine :
i would like to know how to solve the mysql error i faced
./unstack.sh
./clean.sh
sudo apt-get purge mysql-server
then check if there is any mysql process is running ps -ef | grep mysql
, if there is any unexpected mysql process, kill it.
Finally
./stack.sh