mysql icon indicating copy to clipboard operation
mysql copied to clipboard

MySQL - access denied until I connect via Workbench or CLI

Open lviggiani opened this issue 5 months ago • 0 comments

I cannot connect to MySQL 8.x server via this module until I connect via Workbench or CLI. The error I get is Access Denied for 'root'@'localhost' (using password: YES).

As a workaround, I reconfigured mySQL server to use Legacy Authentication Method instead of Strong Password Encryption and now it works, but unfortunalelly this is a solution I cannot use on production.

How can I manage Strong Password Encryption correctly?

lviggiani avatar Sep 03 '24 14:09 lviggiani