Skip to content

Commit 0b6cb9a

Browse files
committed
fix README authentication section
1 parent fde44b6 commit 0b6cb9a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -538,13 +538,13 @@ See [context support in the database/sql package](https://golang.org/doc/go1.8#d
538538

539539
The driver implements a pluggable authentication system that supports various authentication methods used by MySQL and MariaDB servers. The built-in authentication plugins include:
540540

541-
- `mysql_native_password` - The default MySQL authentication method
542-
- `caching_sha2_password` - Default authentication method in MySQL 8.0+
543-
- `mysql_clear_password` - Cleartext authentication (requires `allowCleartextPasswords=true`)
544-
- `mysql_old_password` - Old MySQL authentication (requires `allowOldPasswords=true`)
545-
- `sha256_password` - SHA256 authentication
546-
- `client_ed25519` - MariaDB Ed25519 authentication
547-
541+
* `mysql_native_password` - The default MySQL authentication method
542+
* `caching_sha2_password` - Default authentication method in MySQL 8.0+
543+
* `mysql_clear_password` - Cleartext authentication (requires `allowCleartextPasswords=true`)
544+
* `mysql_old_password` - Old MySQL authentication (requires `allowOldPasswords=true`)
545+
* `sha256_password` - SHA256 authentication
546+
* `client_ed25519` - MariaDB Ed25519 authentication
547+
548548
### `LOAD DATA LOCAL INFILE` support
549549
For this feature you need direct access to the package. Therefore you must change the import path (no `_`):
550550
```go

0 commit comments

Comments
 (0)