You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// You can control the authentication methods and TLS settings here.
66
-
// For auth method, you can specify one of the supported methods 'mysql_native_password', 'caching_sha2_password', and 'sha256_password'.
66
+
// For auth method, you can specify one of the supported methods 'mysql_clear_password', mysql_native_password', 'caching_sha2_password', and 'sha256_password'.
67
67
// The specified auth method will be enforced by the server in the connection phase. That means, client will be asked to switch auth method
68
68
// if the supplied auth method is different from the server default.
69
69
// And for TLS support, you can specify self-signed or CA-signed certificates and decide whether the client needs to provide
70
70
// a signed or unsigned certificate to provide different level of security.
71
+
// WARNING:
72
+
// Be carefull using mysql_clear_password since it will transmit the password in clear text
0 commit comments