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
Hi folks. I've just started testing the updated mgenv locally and have at least one issue to report:
When querying mlwh, I'm getting an error _mysql_connector.MySQLInterfaceError: Authentication plugin 'mysql_native_password' cannot be loaded: (then list of expected locations within my conda installation)
After some research, it seems that this native password auth method was disabled in MySQL v9.0 Homebrew/homebrew-core#180498 - but it is still used on mlwh server side.
mysql version update was introduced in mgenv v.6.0.1, so I've tested v.6.0.0 which has
Thanks @amakunin. FWIW I'd be happy to pin the mysql packages at 8.4. I think querying MLWH is the only thing we need these for, so good to maintain compatibility.
Hi folks. I've just started testing the updated mgenv locally and have at least one issue to report:
When querying mlwh, I'm getting an error
_mysql_connector.MySQLInterfaceError: Authentication plugin 'mysql_native_password' cannot be loaded:
(then list of expected locations within my conda installation)After some research, it seems that this native password auth method was disabled in MySQL v9.0 Homebrew/homebrew-core#180498 - but it is still used on mlwh server side.
mysql version update was introduced in mgenv v.6.0.1, so I've tested v.6.0.0 which has
And querying mlwh worked fine there
The latest version with native password support enabled seems to be 8.4
The text was updated successfully, but these errors were encountered: