Couldn't start MySQL! while starting XAMPP

前端 未结 9 1615
灰色年华
灰色年华 2021-02-05 17:33

I am new in Ubuntu, I installed XAMPP in my Ubuntu 10.04. When I start XAMPP it says MySQL couldn\'t start.

Here is my terminal ouput:

$ sudo /opt/lampp/         


        
9条回答
  •  [愿得一人]
    2021-02-05 18:05

    XAMPP started successfully on my side, but still got stuck at spalsh screen. It was solved by giving permission to lang.tmp file

    sudo chmod 777 /opt/lampp/htdocs/xampp/lang.tmp
    

提交回复
热议问题