mysql not starting in xampp

Solutions on MaxInterview for mysql not starting in xampp by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "mysql not starting in xampp"
Mats
02 Feb 2019
1sudo service mysql stop
2sudo /opt/lampp/lampp restart
3
Ivan
24 Jan 2017
1sudo rm -rf ~/.bitnami  // type this command in your terminal.
2//THIS WILL SOLVE THIS PROBLEM BUT WILL DELETE ALL YOUR DATABASES
Maximus
03 Apr 2016
118
2
3
41
5If 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.