mysql - After installation, WAMP server is not starting in windows 10 -


downloaded: http://www.wampserver.com/en/

wampserver 64 bits (x64) 3.0.6

  • wampserver 3.0.6 64 bit x64
  • apache 2.4.23
  • php 5.6.25/7.0.10
  • mysql 5.7.14
  • phpmyadmin 4.6.4
  • adminer 4.2.5
  • phpsysinfo 3.2.5

after installation, wamp serveris not starting in windows 10.

following error log:

state of services:

the service 'wampapache64' not started exit error code:1066 message error code 1066 is:

the service has returned service-specific error code.

the service 'wampmysqld64' started

the service 'wampmariadb64' started

the service 'dnscache' started

wampserver (apache, php , mysql) not function if service

'wampapache64'

'wampmysqld64'

'wampmariadb64'

'dnscache'

is not started.

yes msvc installed :

enter image description here

event log :

the apache service named reported following error: ah00015: unable open logs .

the apache service named reported following error: ah00451: no listening sockets available, shutting down .

the apache service named reported following error: (os 10013)an attempt made access socket in way forbidden access permissions. : ah00072: make_sock: not bind address 0.0.0.0:80 .

the apache service named reported following error: (os 10013)an attempt made access socket in way forbidden access permissions. : ah00072: make_sock: not bind address [::]:80 .

the wampapache64 service terminated following service-specific error: incorrect function.

finally got solution : https://stackoverflow.com/a/36034867/221919

i checked command usage of port 80,

cmd

netstat -ao

found culprit

enter image description here

after changing port 80 8080 as

enter image description here

it works:

enter image description here


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -