Your program which uses a MySQL connector receives this error:
Client does not support authentication protocol request by server
The account running the program uses caching_sha2_password.
Which two resolve this conflict?
Select all that apply, then click Submit answer.
-
○
Disable TLS/SSL authentication.
-
○
Place this in the root directory of your shell account:
[mysqld] require__secure_transport=OFF -
○
Use blank RSA or SSL certificates.
-
○
Upgrade the connector to a version that supports caching_sha2_password.
-
○
Change the user account to use mysql_native_password.





