Answers for "xampp sql not starting"

SQL
1

xampp apache not starting

Follow the steps to solve your problem:
1_ open xammp
2_ click config in apache line
3_ click Apache(httpd.conf)
4_ search for '80'(Default Port) and change it to any number. ex: 81,82....
  change:
  1_ #Listen 12.34.56.78:80 to 81
  Listen 80 to 81
  2_ ServerName localhost:80 to 81
5_ save and exit.
** if your problem does not solved follow these steps**
1_ open xammp
2_ click config in apache line
3_ click Apache(httpd-ssl.conf)
4_ search for 443 and change it for 4433
  change:
  1_ Listen 443 to 4433
  2_ <VirtualHost _default_:443> to 4433
5_ save and exit.
Posted by: Guest on June-17-2021
0

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.
Posted by: Guest on June-26-2020
-1

unable to start xampp mysql

3

One of many reasons is xampp cannot start MySQL service by itself. Everything you need to do is run mySQL service manually.

First, make sure that 'mysqld.exe' is not running, if have, end it. (go to Task Manager > Progresses Tab > right click 'mysqld.exe' > end task)

Open your services.msc by Run (press 'Window + R') > services.msc or 0n your XAMPP ControlPanel, click 'Services' button. Find 'MySQL' service, right click and run it.
	by:-Palash Bajpai
Posted by: Guest on November-27-2020

Code answers related to "xampp sql not starting"

Code answers related to "SQL"

Browse Popular Code Answers by Language