Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md with caching_sha2_password limitation #141

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ It's currently in production use on github.com.

* Only supports the parts of the text protocol that are in common use.

* No support for `LOAD DATA INFILE` on local files
* No support for `LOAD DATA INFILE` on local files.

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

* 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