Skip to content

Commit

Permalink
Add auth_socket support (#6650)
Browse files Browse the repository at this point in the history
  • Loading branch information
dveeden authored Nov 4, 2021
1 parent 5c8ce04 commit a63ebe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion security-compatibility-with-mysql.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ The support for TLS authentication is configured differently. For detailed infor
| `mysql_native_password` | Yes |
| `sha256_password` | No |
| `caching_sha2_password` | Yes, since 5.2.0 |
| `auth_socket` | No |
| `auth_socket` | Yes, since 5.3.0 |
| [TLS Certificates] | Yes |
| LDAP | No |
| PAM | No |
| ed25519 (MariaDB) | No |
| GSSAPI (MariaDB) | No |
| FIDO | No |

[TLS Certificates]: /enable-tls-between-clients-and-servers.md

0 comments on commit a63ebe4

Please sign in to comment.