-2

I faced following error while installing devstack on by ubuntu 14.04.3 virtual machine :enter image description here

i would like to know how to solve the mysql error i faced

  • You should always type out the error in the post, so that google can index it and other people who search for this same error can find it. – Eric Leschinski Nov 15 '15 at 02:25

1 Answers1

0
./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
ZhiQiang Fan
  • 986
  • 6
  • 7
  • Some more context about how this answer addresses the error in question, why this error happens, and what/why this procedure fixes it is important for giving a great answer. – Eric Leschinski Nov 15 '15 at 02:27
  • according to the picture only question, I can only provide a solution instead of some detailed what/why/when. I'm a normal dev, not God – ZhiQiang Fan Nov 15 '15 at 04:09