You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/03/22 07:38:20 UTC

[GitHub] [incubator-inlong] seedscoder commented on issue #2826: [Bug] Agent mysql connection should set allowPublicKeyRetrieval to true to support mysql 8.0

seedscoder commented on issue #2826:
URL: https://github.com/apache/incubator-inlong/issues/2826#issuecomment-1074832281


   Is it necessary to set this parameter to true?
   
   > https://mysqlconnector.net/connection-options/
   
   ```
    Note that AllowPublicKeyRetrieval=True could allow a malicious proxy to perform a MITM attack to get the plaintext password, so it is False by default and must be explicitly enabled.
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org