Skip to content

Commit cf72fd2

Browse files
authored
Fix a broken link to cleartext client side plugin (go-sql-driver#1165)
1 parent 46351a8 commit cf72fd2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

+1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ Reed Allman <rdallman10 at gmail.com>
7979
Richard Wilkes <wilkes at me.com>
8080
Robert Russell <robert at rrbrussell.com>
8181
Runrioter Wung <runrioter at gmail.com>
82+
Sho Iizuka <sho.i518 at gmail.com>
8283
Sho Ikeda <suicaicoca at gmail.com>
8384
Shuode Li <elemount at qq.com>
8485
Simon J Mudd <sjmudd at pobox.com>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Valid Values: true, false
149149
Default: false
150150
```
151151

152-
`allowCleartextPasswords=true` allows using the [cleartext client side plugin](http://dev.mysql.com/doc/en/cleartext-authentication-plugin.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.
152+
`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.
153153

154154
##### `allowNativePasswords`
155155

0 commit comments

Comments
 (0)