in reply to Re: MySQL multihomed source IP
in thread MySQL multihomed source IP
Actually that won't work.
If you're using DBD::mysqlPP you need to patch it to take LocalAddr and pass it along to Net::MySQL so it can pass it along to IO::Socket::INET
bind-address= is supposed to work for libmysqlclient (ie DBD::mysql) but not all versions support this
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: MySQL multihomed source IP
by AtmanActive (Novice) on Nov 08, 2012 at 09:52 UTC |