Bug #22714 Instance Manager: Needs configure options for TCP/IP port, socket file
Submitted: 26 Sep 2006 22:07 Modified: 6 Dec 2007 15:28
Reporter: Paul DuBois Email Updates:
Status: Won't fix Impact on me:
None 
Category:Instance Manager Severity:S4 (Feature request)
Version:5.0 and up OS:Any
Assigned to: CPU Architecture:Any

[26 Sep 2006 22:07] Paul DuBois
Description:
The configure script enables you to configure the default
TCP/IP port and Unix socket file via the --with-tcp-port
and --with-unix-socket-path options (though the
--with-tcp-port option lamentably does not work currently;
see Bug#15327).

However, those parameters apply to the MySQL server and the
client connections to it. Instance Manager has its own TCP/IP
port and socket file, but there is no way to configure those
parameters to anything other than the default values.

How to repeat:
There is nothing to repeat.

Suggested fix:
Implement configure options such as
--with-im-tcp-port and --with-im-unix-socket-path.
[26 Sep 2006 22:16] MySQL Verification Team
Thank you for the bug report.