Mysql Port
Posted by: erandi1993 (5.206.239.---)
Date: June 26, 2015 06:20PM

How can i change ports of mysql ,php , listening from 3306 to 3307 ?



Edited 2 time(s). Last edit at 06/26/2015 06:25PM by erandi1993.

Options: ReplyQuote
Re: Mysql Port
Posted by: Otomatic (Moderator)
Date: June 26, 2015 07:02PM

Hi,

Wampmanager Icon->PHP->php.ini
Two replacements by the port number you want
mysql.default_port = 3306
and
mysqli.default_port = 3306
Wampmanager Icon->MySQL->my.ini
Three replacements by the port number you want
port = 3306
for sections [client], [wampmysqld] (or [wampmysqld64]) and [mysqld]

This this can be done automaticaly by right-click Tools of my Wampserver 2.5.17

---------------------------------------------------------------
Documentation Apache - Documentation PHP - Documentation MySQL - Wampserver install files & addons

Options: ReplyQuote


Sorry, only registered users may post in this forum.