Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Applications.md for mysql #10549

Merged
merged 2 commits into from Aug 22, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 8 additions & 3 deletions doc/Extensions/Applications.md
Expand Up @@ -868,21 +868,26 @@ $mysql_host = 'localhost';
$mysql_port = 3306;
```

Note that depending on your MySQL installation (chrooted install for example),
you may have to specify 127.0.0.1 instead of localhost. Localhost make
a MySQL connexion via the mysql socket, while 127.0.0.1 make a standard
IP connexion to mysql.

5: Edit your snmpd.conf file and add:

```
extend mysql /etc/snmp/mysql
```

6: Restart snmpd.

7: Install the PHP CLI language and your MySQL module of choice for
6: Install the PHP CLI language and your MySQL module of choice for
PHP.

The application should be auto-discovered as described at the top of
the page. If it is not, please follow the steps set out under `SNMP
Extend` heading top of page.

7: Restart snmpd.

# NGINX

NGINX is a free, open-source, high-performance HTTP server: <https://www.nginx.org/>
Expand Down