raghav bhat
raghav bhat

Reputation: 57

problems running xamp

I am using a open source document repositary kordil edbms which works fine in my windows 7 machine . But when i installed it in windows small business server, xamp is not running. when i start task manager httpd itself is not getting shown. I went to xamp control panel and it says error running mysql busy.I have share point in that machine which also has localhost 80. So I changed the apache port. I changed the apache port in httpd.conf file in 2 places

  1. listen
  2. server name

It seems i need to change the port for mysql also. Now what is the option to change the port for xamp mysql or am i going wrong some where else. Please also look at the screenshot of xamp control panel.

enter image description here

Upvotes: 1

Views: 278

Answers (3)

AMIT SAH
AMIT SAH

Reputation: 21

Fixing Apache Port Conflicts

Another error message that is pretty common to see when working with XAMPP is a notification in the XAMPP control panel that the ports Apache needs to use, ports 443 and 80, are already being used by another application.

A message from the XAMPP control panel letting us know Skype is using ports 443 and 80 In the case of the error message in the image above, this is a pretty easy fix. The offending application is Skype. If you see the same message, close Skype completely and restart XAMPP to solve the problem. Skype is a frequent-flier on the port-blocking scene and pretty easy to identify and remediate. Unfortunately, things aren’t always so simple.

Upvotes: 0

Govind Sharma
Govind Sharma

Reputation: 137

MYSQL not working because xampp which path excepting that path not getting automatically . that is reason behind xampp mysql not start

go to window +R press then open cmd with run as administration then type this command

 sc delete mysql

then after start mysql problem resolved. enter image description here

Upvotes: 0

swapnesh
swapnesh

Reputation: 26732

Quit Skype and then restart all services from your XAMPP and let me know if its work or not.

Port conflict as Skype also consumes 80 by default

Click on SCM and manage services by starting and stopping.

enter image description here

EDIT

check this link for both to work with - http://www.binodranabhat.com.np/blog/using-xampp-and-iis-together/

Upvotes: 3

Related Questions