xampp apache and mysql not starting code example
Example 1: mysql database is not starting in xampp
sudo service mysql stop
sudo /opt/lampp/lampp restart
Example 2: xampp apache not starting
sudo /etc/init.d/apache2 stop
sudo /opt/lampp/lampp start
Example 3: mysql server not starting in xampp in mac
sudo rm -rf ~/.bitnami // type this command in your terminal.
//THIS WILL SOLVE THIS PROBLEM BUT WILL DELETE ALL YOUR DATABASES