How can I configure MySQL to listen to 2 different IP addresses? I cannot use 0.0.0.0 because the machine has other IP addresses and we may need to install a 2nd instance of MySQL.
If MySQL has no way to do this, I can fall back to running a TCP connection relay process to fake it. But I'd rather avoid an extra process shuffling all that data around through extra buffers.
This is with version 5.1.37 packaged by Ubuntu as 5.1.37-1ubuntu5.5.
If MySQL has no way to do this, I can fall back to running a TCP connection relay process to fake it. But I'd rather avoid an extra process shuffling all that data around through extra buffers.
This is with version 5.1.37 packaged by Ubuntu as 5.1.37-1ubuntu5.5.