mysql is 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 not starting in xampp
18
1
If you have MySQL already installed on your windows then go to services.msc file on your windows and right click the MySQL file and stop the service, now open your XAMPP and start MySQL. Now MySQL will start on the port 3306.