Login using Windows authentication instead of SQL
authentication.
Credentials used for Windows authentication is the
username and password supplied by the user. If the
username and password fields are left blank, then the
currently logged-on user executing the probe will be
used. Users can specify a domain by entering the
username using the UPN format or the Down-level Logon
format. If invalid Windows credentials are supplied,
sqlServer will fallback to SQL authentication.
Mandatory: No
Default: false
Note: This option is only valid for
Windows platforms.
Headlines showing the rows returned, query status
and query time taken should be displayed
Mandatory: No
It is generally not useful to set the plug-in
sample interval to a very small value, as most
queries take some time to evaluate (if you are
interested in real-time plots of data, the Active
Chart feature of ActiveConsole may be more suitable).
If the system attempts to sample before the current
query has returned, the plug-in will ignore the
sample request.
Note:
For MySQL 8.0, only mysql_native_password
authentication is supported. The caching_sha2_password
option is not supported.
Linux
When MySQL is installed via packaged installation, it automatically adds /user/lib64/mysql
to the list of directories (/etc/ld.so.conf.d
) where the dynamic linker searches for libraries. This way, even if you do not set LD_LIBRARY_PATH
, the Netprobe can find the library in /usr/lib64/mysql
.
Windows
set PATH=C:\Program Files\MySQL\MySQL Server 5.0\bin;%PATH%