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
What auth plugin is this driver using:
mysql_native_password
aching_sha2_password
I see that the non async mysql offers both along with mysql_clear_password.
I swapped to a different dbms server (with a newer version) and i cannot connect any longer. Tried several things but this seems to stand out. Although a new user was created with the mysql_native_password identification; still failed.
The text was updated successfully, but these errors were encountered:
Hi. This driver supports mysql_native_password, aching_sha2_password as well as mysql_old_password (if secure_auth is disabled) and mysql_clear_password (if enable_cleartext_plugin is set)
More of a question
What auth plugin is this driver using:
mysql_native_password
aching_sha2_password
I see that the non async mysql offers both along with mysql_clear_password.
I swapped to a different dbms server (with a newer version) and i cannot connect any longer. Tried several things but this seems to stand out. Although a new user was created with the mysql_native_password identification; still failed.
The text was updated successfully, but these errors were encountered: