Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon authored Jan 24, 2024
1 parent c33b54c commit be9e73f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It's currently in production use on github.com.

* `trilogy_escape` assumes an ASCII-compatible connection encoding.

* No support for the `caching_sha2_password` authentication plugin which is [the default for MySQL 8](https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html). If your server uses it, you will receive a `trilogy_auth_recv: TRILOGY_UNEXPECTED_PACKET` error when authenticating with a password.
* No support for `caching_sha2_password` in [MySQL 8](https://dev.mysql.com/doc/refman/8.0/en/caching-sha2-pluggable-authentication.html). Use `mysql_native_password` instead. When misconfigured, your application will raise `Trilogy::QueryError: trilogy_auth_recv: TRILOGY_UNEXPECTED_PACKET`.

## Building

Expand Down

0 comments on commit be9e73f

Please sign in to comment.