Probe: MySQL Authentication

Depends:
tcp/ports

Provides:
mysql/connection

This probe attempts to connect to an available MySQL database
using the user specified connection information. Upon successful
connection, the probe will put the JDBC Connection object into the
KB under key mysql/connection

Options
:
mysql/user - The username to use for connecting
mysql/password - The password to use for connecting
mysql/port - The port where the database listen for connections
mysql/db - The name of the database to connect to. This
value can be null, but then later DB specific probes may not
get table information