captain
captain

Reputation:

mysql monitoring and management

i want to monitor and manage mysql database sever with jmx. when i hit google it display connector/mxj. i get it and execute MysqldHtmlAdaptor file. it shows mysql server variables. but i can't rivet that instance into original mysql server running on other server.

plz help.

is there any good tutorial for JMX for mysql ...

Upvotes: 0

Views: 671

Answers (1)

andri
andri

Reputation: 11292

The MySQL server does not support JMX natively, so you'll need to write something yourself that acts as a bridge between JMX and the MySQL management tools; MySQL Server Status Variables is probably a good place to start.

Upvotes: 2

Related Questions