I have recently installed xampp using the following commands:
$ wget https://www.apachefriends.org/xampp-files/5.6.20/xampp-linux-x64-5.6.20-0-installer.run
$ chmod +x xampp-linux-x64-5.6.20-0-installer.run
$ sudo ./xampp-linux-x64-5.6.20-0-installer.run
After setting up xampp the other two server are running but MySQl server is not running after starting it
What is the problem and how can I fix it?I am using ubuntu 16.04
