java - Connect jconsole with mysql 5.1 -
i want connect jconsole mysql 5.1 likes database profiler. there way solve problem?
jconsole not database profiler. not profiler @ all. jmx visualizer. since each jvm has "built-in" jmx server can connect java application. mysql not java application. written in c , compiled native executable. jconsole irrelevant here.
you can access connection pool , mysql jdbc driver if cannect jconsole java application (or application server) works mysql db.
Comments
Post a Comment