in reply to
Re^2: DBI/MySQL Proxy
in thread
DBI/MySQL Proxy
Well, it's going to be tough then. You'll have to write a multi-process daemon that understands the MySQL wire protocol well enough to modify incoming traffic and send it to the real server. You can look at
DBD::mysqlPP
as a guide.
Comment on
Re^3: DBI/MySQL Proxy
In Section
Seekers of Perl Wisdom