We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125720f commit 596aae9Copy full SHA for 596aae9
docs/ldap-authentication.md
@@ -114,7 +114,7 @@ Install the plugin with the following statements.
114
=== "Load the SASL-based LDAP authentication plugin"
115
116
```{.bash data-prompt="mysql>"}
117
- mysql> INSTALL PLUGIN authentication_ldap_sasl SONAME 'authentication_ldap_sasl.so`;
+ mysql> INSTALL PLUGIN authentication_ldap_sasl SONAME 'authentication_ldap_sasl.so';
118
```
119
120
To set and persist values at runtime, use the following statements:
0 commit comments