We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78756f commit 770d358Copy full SHA for 770d358
docs/install-audit-log-filter.md
@@ -24,7 +24,7 @@ $ mysql -u -D database -p < audit_log_filter_linux_install.sql
24
To verify the plugin installation, run the following command:
25
26
```{.bash data-prompt="mysql>"}
27
-mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE `audit%';
+mysql> SELECT PLUGIN_NAME, PLUGIN_STATUS FROM INFORMATION_SCHEMA.PLUGINS WHERE PLUGIN_NAME LIKE 'audit%';
28
```
29
30
??? example "Expected output"
0 commit comments