-
-
Notifications
You must be signed in to change notification settings - Fork 126
Protocol support
Eugene edited this page Oct 8, 2024
·
10 revisions
- Ciphers:
chacha20-poly1305
,[email protected]
- Key exchange:
[email protected]
- Keys:
ssh-ed25519
,ssh-rsa
,rsa-sha2-512
,rsa-sha2-256
- Compression:
zlib
,[email protected]
- Tickets ✅
- 2FA ✅
- MySQL text protocol only (prepared statements are not supported)
- No MariaDB protocol extensions (such as query progressbars).
- As server:
- Identifies itself as MySQL 8.0
- (meaning you can use MySQL Workbench even if the target is a MariaDB)
- TLS ✅ (forced)
-
mysql_clear_password
auth over TLS
- Identifies itself as MySQL 8.0
- As client:
- TLS ✅ (optional)
-
mysql_native_password
auth ✅
- Tickets ✅
- 2FA ❌
- As server:
- TLS ✅ (forced)
-
password
cleartext auth over TLS -
sha256-scram
auth ❌
- As client:
- TLS ✅ (optional)
-
password
auth ✅ -
md5
auth ✅ -
sha256-scram
auth ✅
- Tickets ✅
- 2FA ❌
- HTTP/1.1 ✅
- HTTP/2 ✅
- TLS ✅ (as server: forced)
- Websockets ✅
- SSE ❌
- Tickets ✅ (v0.5+)
- 2FA ✅