Re: See complete SQL sentence in mysqladmin process

2002-04-12 Thread Dan Nelson
In the last episode (Apr 12), Iago Sineiro said: > Hi. > > When I use mysqladmin process I see the SQL sentence that is executed at > that moment in the column Info. "mysqladmin -v process" will display the entire commandline. -- Dan Nelson [EMAIL PROTECTED] --

See complete SQL sentence in mysqladmin process

2002-04-12 Thread Iago Sineiro
Hi. When I use mysqladmin process I see the SQL sentence that is executed at that moment in the column Info. But I only see one part of the sentence if it is big. How could I see the complete SQL sentence being executed. I need it for see the queries. Iago. ---