Enable Log4j for Mysql Connector 5.1.11 (2 replies)
(MySQL.com) Hi,
I am trying to enable logging for my application that uses MySQL 5.0 and connector is Mysql Connector 5.1.11 with log4j1.2.15.
-- here is the same code:
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.ResultS