Accessing Mysql using API's

2004-07-11 Thread Sheraz
Hello I need to access the mysql's connection handling ,, are there any exposed API's that can allow me to see what is being received on 3306 for serverand can i hold that data for some checks so that if my check goes perfrect ill let allow that data to pass on to server for further request

Re: Accessing Mysql using API's

2004-07-11 Thread Karam Chand
I dont think so, but I might be wrong. I belive in your case u have to write a custom app that listens on port 3306 and checks for every data transfer. Karam --- Sheraz [EMAIL PROTECTED] wrote: Hello I need to access the mysql's connection handling ,, are there any exposed API's that can