Can I have multiple sockets?

2006-06-14 Thread Patrick Ben Koetter
I have an application (Postfix) I want to run chrooted. When I do run it chrooted it will not be able to see the MySQL UNIX domain socket at it's default location. (I could use a TCP socket, but I don't want to...) Is there a way I can tell MySQL to establish multiple sockets e.g. a socket per

Re: Can I have multiple sockets?

2006-06-14 Thread Paul DuBois
I have an application (Postfix) I want to run chrooted. When I do run it chrooted it will not be able to see the MySQL UNIX domain socket at it's default location. (I could use a TCP socket, but I don't want to...) Is there a way I can tell MySQL to establish multiple sockets e.g. a socket per

RE: Can I have multiple sockets?

2006-06-14 Thread Quentin Bennett
a.m. To: mysql@lists.mysql.com Subject: Can I have multiple sockets? I have an application (Postfix) I want to run chrooted. When I do run it chrooted it will not be able to see the MySQL UNIX domain socket at it's default location. (I could use a TCP socket, but I don't want to...) Is there a way