I installed XAMPP on Ubuntu. MySql-server fails to run properly.
I tried many solutions, as suggested by google \"/opt/lampp/bin/mysql.server 264 kill no such process\"
Step 1: check if the mysql service status
service mysql status
as you can see, the service is already running.
Step 2: stop the service using the command service mysql stop. you will be prompted to provide your password, just do it.
service mysql stop
Step 3: check mysql status again and verify that it is disabled
service mysql status
Step 4: Now all you need to do is start xampp normally using:
sudo /opt/lampp/lampp start
Enjoy your day