why am I getting the 'authentication plugin " cannotbe loaded' error when I try to connect mySQl workbench to azure mySQL

Sean Campbell 20 Reputation points
2024-11-30T04:00:25.2+00:00

I am entirely new to Azure and mySQL. have create a mySQL server that I can connect to using azure CLI on the server. However trying to connect from my home PC using mySQL Workbench I get a ' Failed to Connect to mySQL error with the detail stating 'Authentication plugin " cannot be loaded. The specified module could not be found.User's image

User's image

User's image

Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
874 questions
0 comments No comments
{count} votes

Accepted answer
  1. Andriy Bilous 11,616 Reputation points MVP
    2024-11-30T05:33:00.65+00:00

    Hello Sean Campbell

    There are multiple reasons why error "MySQL Workbench not being able to load the authentication plugin" may happen.

    Here are a few steps you can try to resolve this issue:

    • This is a known issue after upgrading to MySQL Workbench 8.0.401. If you're using version 8.0.40, try downgrading to version 8.0.38, as this version didn't have the issue
      https://bugs.mysql.com/bug.php?id=116413
    • Uninstall MySQL Workbench and reinstall the latest version. This can help ensure that all necessary components are correctly installed.

    https://forums.mysql.com/read.php?152,727710,727759

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.