Skip to content

Commit 9e2588b

Browse files
committed
add doc
Signed-off-by: lance6716 <[email protected]>
1 parent 372d17b commit 9e2588b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,17 @@ Default: false
157157

158158
`allowCleartextPasswords=true` allows using the [cleartext client side plugin](https://dev.mysql.com/doc/en/cleartext-pluggable-authentication.html) if required by an account, such as one defined with the [PAM authentication plugin](http://dev.mysql.com/doc/en/pam-authentication-plugin.html). Sending passwords in clear text may be a security problem in some configurations. To avoid problems if there is any possibility that the password would be intercepted, clients should connect to MySQL Server using a method that protects the password. Possibilities include [TLS / SSL](#tls), IPsec, or a private network.
159159

160+
161+
##### `allowFallbackToNoTLS`
162+
163+
```
164+
Type: bool
165+
Valid Values: true, false
166+
Default: false
167+
```
168+
169+
`allowFallbackToNoTLS=true` acts like a `--ssl-mode=mode=PREFERRED` MySQL client as described in [Command Options for Connecting to the Server](https://dev.mysql.com/doc/refman/5.7/en/connection-options.html#option_general_ssl-mode)
170+
160171
##### `allowNativePasswords`
161172

162173
```

0 commit comments

Comments
 (0)