You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install-audit-log-filter.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,10 @@ mysql> show tables in mysql like 'aud%';
63
63
64
64
You can also install the component using the `INSTALL COMPONENT` command, but this method does not create the required tables and will cause filter operations to fail.
65
65
66
+
```mysql
67
+
INSTALL COMPONENT 'file://audit_log_filter'
68
+
```
69
+
66
70
### Verify component installation
67
71
68
72
Check that the component is properly installed:
@@ -127,4 +131,4 @@ This operation creates the missing tables without reinstalling the component.
127
131
128
132
To upgrade from `audit_log_filter` plugin in Percona Server 8.4 to `component_audit_log_filter` component in Percona Server {{vers}}, do the [manual upgrade](upgrade-components.md).
0 commit comments