Posts Error starting Mysql in windows where IIS is also installed
Post
Cancel

Error starting Mysql in windows where IIS is also installed

I got this error:

1
2
3
4
5
6
7
1:34:34 PM  [Apache] 	Error: Apache shutdown unexpectedly.
1:34:34 PM  [Apache] 	This may be due to a blocked port, missing dependencies, 
1:34:34 PM  [Apache] 	improper privileges, a crash, or a shutdown by another method.
1:34:34 PM  [Apache] 	Press the Logs button to view error logs and check
1:34:34 PM  [Apache] 	the Windows Event Viewer for more clues
1:34:34 PM  [Apache] 	If you need more help, copy and post this
1:34:34 PM  [Apache] 	entire log window on the forums

It is because the IIS is running in port 80, to solve Run CMD as administrator and type:

1
net stop was /y
This post is licensed under CC BY 4.0 by the author.