close

Recently I upgraded my ubuntu from 10.10 to 11.04 and I got some problem in my mysql.

when I started mysql, I got this error message:Warning: Fake initctl called, doing nothing.

I try to reinstall mysql but it didn't work!!

I don't know what happened with this problem. so searched in the internet and found a paper to solve this problem. 

http://sites.google.com/site/ubuntu4us/artigos/solucao-de-problemas-e-erros/starting-services-ubuntu/fake-start-stop-daemon


here is the way to solve the problem:

if you can't start mysql, just input the code in terminal:

sudo mv /sbin/initctl /sbin/initctl.FAKE
sudo ln -s /sbin/initctl.REAL /sbin/initctl

than try again to start mysql: 

 sudo service mysql start

 

By the way, as my graphic card is too old,  I can't use the new desktop in 11.04.  

my ubuntu everthing is same as before.

therefor why I upgraded my ubuntu. = ="

arrow
arrow
    全站熱搜

    大爺 發表在 痞客邦 留言(0) 人氣()