How to profile MySQL
How do I profile a MySQL database. I want to see all the SQL being run against a database.
How do I profile a MySQL database. I want to see all the SQL being run against a database.
I’ve a python script which works just as it should, but I need to write the execution time. I’ve googled that I should use timeit
but I can’t seem to get it to work.