Redirecting all queries to mysql dababase to another instance

2007-05-30 Thread Chibuike Muoh
Hi, I need to write a small middleware program that can capture, inspect
and redirect all queries to an old instance of mysql to a new instance.
Any help or pointers to get started would be greatly appreciated.


thanks,

Chike.

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



Re: Redirecting all queries to mysql dababase to another instance

2007-05-30 Thread Baron Schwartz

Hi,

Chibuike Muoh wrote:

Hi, I need to write a small middleware program that can capture, inspect
and redirect all queries to an old instance of mysql to a new instance.
Any help or pointers to get started would be greatly appreciated.


Perhaps this will help: http://jan.kneschke.de/projects/mysql/mysql-proxy

Baron

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]