Could mysql count the datatraffic of DB's posted queries?

2001-11-27 Thread p-markovic
Hi all, I'm looking for a posibility to count the datatraffic of a database at my mysqldb-server. The clients should got only select-rights on thier databases. And I need to count the resultset datatraffic of their select-queries. I'm using mysql version 3.23.39. I was looking for some

Fw: Could mysql count the datatraffic of DB's posted queries?

2001-11-27 Thread p-markovic
SHOW STATUS will give you an indication on how much traffic is moved between your server and the clients (look for bytes sent and bytes received) - but only the totals for the server are displayed. I very much doubt you can get the data by client or connection. I'm curious as to *why*