I am currently using MySQL
Workbench which already contains a logging mechanism. The problem is, is that the log only logs queries executed within the Workbench.
Any connections made by JDBC
isn't actually logged. How do I create a log that incorporates the Java queries into SQL?
I am using Workbench 6.3
, SQL version 5.6.31