Closed martianzhang closed 6 years ago
After test with cachingSha2PasswordPerformFullAuthentication, there are some wired error...
The partial solution to support SHA authentication plugin can be to introduce another New* function and leave New in original form. This allows to use MySQL8 and do more experiments without breaking old software.
As Issue #140 described, in MySQL 8.0, caching_sha2_password is the default authentication plugin rather than mysql_native_password.