Does anyone know a way to enable tracing using TraceListener for MySQL Connector / net. I would like it to register SQL queries that are actually executed from the database, that is, see SQL with parameter values ββreplaced by.
You can use the slow_query_log parameter to check the requests coming to your server from mysql 5.1.21. Just set slow_query_log = 0 and use the --log-slow-queries [= file_name] option. It's all.
I only know the program for this: Jet Profiler for MySQL (not free)
www.jetprofiler.com/
Source: https://habr.com/ru/post/1717712/More articles:Purpose and method objects - pythonAnimate the line drawn in CGContext - iphoneCustom RoleProvider using a session - c #Sphinx search engine, some quick questions - searchMFC application crashes on close - assertWhat types of attacks are possible in web applications? - securityJquery function not working in IE - jqueryDisplay / edit xml in MVC application - c #Split PDF file into image files using C # 2008? - c #SystemNet defaultProxy section in web.config - asp.netAll Articles