Re: View the queries executed in MySQL



> You can see the prepared statements right? They were really helpful to
> us at my work. What is the problem you're having? I know you can write
> your own debuggable Preparedstatement class if you're feeling really
> ambitious. You might even look for one on the net. I remember reading
> an article about someone writing their own so they could see the
> populated query at runtime.

Thank you for your answer.
I dont have a specific problem, I am juste looking for a mysql tool to
monitor and see queries the mysql server must execute. The queries printed
by hibernate are usefull, but they dont show the values, only "?" instead...

Regards
Lilian


.