for ubuntu machines try this:
http://www.howtogeek.com/howto/database/monitor-all-sql-queries-in-mysql/
mdipierro wrote:
> You cannot see all of them, You can see the last one
>
> print db._lastdb
>
> perhaps now that we have app logging capabilities we should add teh
> ability to log all queries
+1
On Sep 1, 8:40 am, mdipierro wrote:
> You cannot see all of them, You can see the last one
>
> print db._lastdb
>
> perhaps now that we have app logging capabilities we should add teh
> ability to log all queries.
>
> On Sep 1, 6:24 am, Francisco Costa wrote:
>
> > How can I see the SQL queri
Yes, that would be very nice!
On Sep 1, 2:40 pm, mdipierro wrote:
> You cannot see all of them, You can see the last one
>
> print db._lastdb
>
> perhaps now that we have app logging capabilities we should add teh
> ability to log all queries.
>
> On Sep 1, 6:24 am, Francisco Costa wrote:
>
>
>
You cannot see all of them, You can see the last one
print db._lastdb
perhaps now that we have app logging capabilities we should add teh
ability to log all queries.
On Sep 1, 6:24 am, Francisco Costa wrote:
> How can I see the SQL queries made after loading a page?
I really need to see the SQL that this generate
last_updates =
db((db.event_social.created_on>session.verificado)&(db.event_social.event_id==this_event)).select(db.event_social.ALL,orderby=~db.event_social.created_on)
On Sep 1, 12:24 pm, Francisco Costa wrote:
> How can I see the SQL queries
5 matches
Mail list logo