Joinutility seperatorLogin utility separator Infobright.com
   
 
about change the port of the infobright
Posted: 24 August 2010 05:12 AM   Ignore ]  
Newbie
Rank
Total Posts:  6
Joined  2010-08-10

when I change the port from 3307 to 8666 and the service will not work now .
so ,if I want to change the port .what should I notice and which files I should modify   ?
please help.

Profile
 
Posted: 24 August 2010 09:13 AM   Ignore ]   [ # 1 ]  
Administrator
Avatar
RankRankRank
Total Posts:  148
Joined  2008-08-18

Hi Gedeng;

I’m not sure what OS you are using;

you need to

1) stop running server
2) modify your my-ib.cnf (or my-ib.ini) file to indicate the port:

sample
other lines may be present/missing, the port= line is what you need to change

[client]

port            
33366
socket          
= /tmp/your.sock



# The MySQL server
[mysqld]
basedir 
= /your/basedir
datadir 
= /your/datadir

port            
33366 

3) restart server
4) modify your client application to use the new port

tw

Profile