Skip to content

Commit 6973109

Browse files
Merge pull request #89 from mariadb-KyleHutchinson/DOCS-5807
Update mariadb-enterprise-audit.md DOCS-5807 Looks good to me. Thanks for fixing!
2 parents d42f42c + c5b2a9a commit 6973109

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

server/reference/plugins/mariadb-enterprise-audit.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ WHERE PLUGIN_NAME='SERVER_AUDIT'\G
7070
```sql
7171
*************************** 1. row ***************************
7272
PLUGIN_STATUS: ACTIVE
73-
PLUGIN_LIBRARY: server_audit.so
73+
PLUGIN_LIBRARY: server_audit2.so
7474
PLUGIN_DESCRIPTION: Audit the server activity
7575
```
7676

@@ -93,7 +93,7 @@ WHERE name = 'SERVER_AUDIT'\G
9393
```sql
9494
*************************** 1. row ***************************
9595
name: SERVER_AUDIT
96-
dl: server_audit.so
96+
dl: server_audit2.so
9797
```
9898

9999
If you see the output shown above, then the MariaDB Audit plugin can be uninstalled with [UNINSTALL SONAME](mariadb-enterprise-audit.md#uninstall-with-uninstall-soname).
@@ -115,7 +115,7 @@ WHERE PLUGIN_NAME='SERVER_AUDIT'\G
115115
```sql
116116
*************************** 1. row ***************************
117117
PLUGIN_STATUS: ACTIVE
118-
PLUGIN_LIBRARY: server_audit.so
118+
PLUGIN_LIBRARY: server_audit2.so
119119
PLUGIN_DESCRIPTION: Audit the server activity
120120
LOAD_OPTION: FORCE_PLUS_PERMANENT
121121
```
@@ -212,11 +212,11 @@ SHOW GLOBAL VARIABLES
212212
2. Confirm that your server's plugin directory contains server\_audit.so, which is the shared library for MariaDB Enterprise Audit:
213213
214214
```bash
215-
$ ls -l /usr/lib64/mysql/plugin/server_audit.so
215+
$ ls -l /usr/lib64/mysql/plugin/server_audit2.so
216216
```
217217
218218
```bash
219-
-rwxr-xr-x. 1 root root 70432 Jul 15 19:03 /usr/lib64/mysql/plugin/server_audit.so
219+
-rwxr-xr-x. 1 root root 70432 Jul 15 19:03 /usr/lib64/mysql/plugin/server_audit2.so
220220
```
221221
222222
MariaDB Enterprise Audit is included in all distributions (binary tarball, DEB/RPM package tarball, DEB/RPM packages) for MariaDB Enterprise Server. If the `server_audit2.so` file is not present, confirm that MariaDB Enterprise Server is properly installed.
@@ -248,7 +248,7 @@ WHERE PLUGIN_NAME='SERVER_AUDIT'\G
248248
```sql
249249
*************************** 1. row ***************************
250250
PLUGIN_STATUS: ACTIVE
251-
PLUGIN_LIBRARY: server_audit.so
251+
PLUGIN_LIBRARY: server_audit2.so
252252
PLUGIN_DESCRIPTION: MariaDB Enterprise Audit
253253
LOAD_OPTION: FORCE_PLUS_PERMANENT
254254
```

0 commit comments

Comments
 (0)