Page 1 of 1

change mysql port number

Posted: Thu 30 Dec 2004 12:38
by nizam
is it possible to change mysql port number for dbexpmda? The default port is 3306, I am able to change the port number at mysql server but not able to change at client side. So I think must be able to change the port number which the client will connect to the server. As a result when I change the port to 5644 at server the client must be able to connect through this port.

Re: change mysql port number

Posted: Thu 30 Dec 2004 12:55
by Ikar
You can set additional parameter 'Server Port' (Delphi7 only) or specify port at the name of the server HostName = 'server:port'