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
om: Misaochankun [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 12, 2003 4:06 PM > To: [EMAIL PROTECTED] > Subject: Having MySQL listen on multiple(2) ports at the same time > > > Can this be done? > No, I do not mean running multiple MySQL servers. > I need to have M

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

2003-11-12 Thread Misaochankun
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. Reason being, the new port is needed for a routing issue, and the default port 3306 needs to stay up to respond to normal traffic. -- MySQL General Mailing List