RE: Having MySQL listen on multiple(2) ports at the same time

2003-11-12 Thread Misaochankun
We will most likely be using that method. We have to translate our ipchains to iptables first. -Original Message- From: Kevin Carlson [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 12, 2003 2:56 PM To: Misaochankun Cc: [EMAIL PROTECTED] Subject: Re: Having MySQL listen on multiple(2

Re: Having MySQL listen on multiple(2) ports at the same time

2003-11-12 Thread Kevin Carlson
You can emulate this using IPTables and a FORWARD rule. If you are unfamiliar with IPTables see http://www.iptables.com/ for documentation. Misaochankun wrote: Can this be done? No, I do not mean running multiple MySQL servers. I need to have MySQL listen on two separate ports at the same time.

RE: Having MySQL listen on multiple(2) ports at the same time

2003-11-12 Thread Dan Greene
your best bet would be to do a port-forwarding methodology, at the os level, not in mysql itself I've used some for SOAP tracing, to intercept and view http traffic, but I'm sure there are some out there that just forward traffic w/o a gui > -Original Message- > From: Misaochankun [mail