mysql server not starting in xampp ubuntu code example
Example 1: apache server not starting in xampp ubuntu
sudo /etc/init.d/apache2 stop
sudo /opt/lampp/lampp start
Example 2: mysql database is not starting in xampp
sudo service mysql stop
sudo /opt/lampp/lampp restart