Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SQL DM for MySQL retrieves (completely or partially) the General query log and the Slow query log from the MySQL servers it connects to, and analyzes them. Here, you see how to set up details for the connection, so that log analysis are available with SQL DM for MySQL. You have to set up details for the general query log and the slow query log independently. Enabling slow query log 'log queries not using indexes' instead needs SUPER privilege. Refer to thethe 

Newtab2
aliasMySQL Documentation
urlhttps://dev.mysql.com/doc/
on how to enable and configure logging. MySQL server logs can be written to files on the server machine or to tables in the MySQL database itself.

...