File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The MySQL plugin for New Relic requires the following:
13
13
- A New Relic account. Signup for a free account at http://newrelic.com
14
14
- A server running MySQL Version 5.0 or greater. Download MySQL for free at http://dev.mysql.com/downloads
15
15
- A configured Java Runtime (JRE) environment Version 1.6 or better
16
- - Network access to New Relic (authenticated proxies are not currently supported)
16
+ - Network access to New Relic (authenticated proxies are not currently supported, but see workaround below )
17
17
18
18
## Download
19
19
Download and unpack the New Relic plugin for MySQL from Plugin Central: https://rpm.newrelic.com/plugins/
@@ -73,6 +73,9 @@ If using your localhost MySQL instance, add your user name and password as well
73
73
To run the plugin in from the command line:
74
74
` $ java -jar newrelic_mysql_plugin*.jar `
75
75
76
+ If your host needs a proxy server to access the Internet, you can specify a proxy server & port:
77
+ ` $ java -Dhttps.proxyHost=proxyhost -Dhttps.proxyPort=8080 -jar newrelic_mysql_plugin*.jar `
78
+
76
79
To run the plugin in from the command line and detach the process so it will run in the background:
77
80
` $ nohup java -jar newrelic_mysql_plugin*.jar & `
78
81
You can’t perform that action at this time.
0 commit comments