I have a system (php and mysql) hosted on the network here in the company, installed in several stations. I would like to know if there is any command or tool to monitor the requests (queries) made to the MYSQL server? Something similar to SQLSERVER Profiler. Something that shows selects, updates, etc, that the system does on the mysql server in real time. Thanks!