Aias00 commented on PR #5951:
URL: https://github.com/apache/shenyu/pull/5951#issuecomment-2709635962

   > mysql 5.7, need add this properties?
   
   Setting allowPublicKeyRetrieval=true does not cause errors when connecting 
to a MySQL 5.7 server. This parameter is necessary when the server uses 
sha256_password and SSL is not enabled, as it prevents the "Public Key 
Retrieval is not allowed" error. If mysql_native_password is used, the 
parameter is ignored and does not cause any issues. Users should adjust this 
setting based on the actual authentication plugin and SSL configuration, but 
overall, **this setting is safe.**


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to