|
From: Chip W. <chi...@hy...> - 2007-03-13 17:26:42
|
Was there a mysql-plugin.jar file in the plugin directory before you copied the 2.7 version into the 3.0 directory? Were there any errors or was there any information in the logs about the MySQL auto-discovery process prior to your plugin change? It might be interesting to restore the 3.0 plugin (if you still have it), and then initiate the MySQL discovery process in standalone mode from the command-line. You can do this by cd-ing into the agent directory, and issuing the following command from the command-line: # java -jar pdk/lib/hq-product.jar -p mysql -m discover The output may provide us with some clues. |