Change WAMP server Port Set MySql Password

Set port after wampmanager.tpl
http://localhost:portnumber like
Type: item; Caption: “${w_localhost}”; Action: run; FileName: “${c_navigator}”; Parameters: “http://localhost:90/”; Glyph: 5

Change port number in 
C:wampbinapacheapache2.4.9confhttpd.conf

Change Password phpmyadmin 
C:wampappsphpmyadmin4.1.14config.inc.php

Change Local to lan or wan network 
Change httpd.conf file line no 280
#Require local to Require all granted

<Directory “c:/wamp/www/”>
# onlineoffline tag – don’t remove
#Require local
Require all granted
</Directory>

Leave a Reply