RDS mysql kerberos Authentication error

0

Trying to setup a kerberos Authentication for RDS my SQL. AD is in the same VPC as RDS instance. followed the steps in the article https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-kerberos.html but when i login in command line, getting the below error ERROR 2059 (HY000): Authentication plugin 'dialog' cannot be loaded: The specified module could not be found. Pls let us know if anyone faced similar issue

1개 답변
0

Based on the error message, it looks like you are encountering an issue loading the MySQL authentication plugin 'dialog' when trying to connect to your database.

Here are a few things you could check:

  1. Make sure the dialog authentication plugin is installed correctly on your MySQL server. This plugin is not bundled by default.
  2. Verify the plugin file (e.g. dialog.so) exists in the plugin directory specified by your MySQL configuration.
  3. Check for any permission issues preventing MySQL from loading the plugin file.
  4. Try reinstalling or upgrading the dialog plugin if still not found.
  5. As a test, you can try connecting with a different authentication plugin (e.g. mysql_native_password) to narrow down if it's specific to dialog. Review your MySQL error log for additional clues on why the plugin cannot be loaded. Here is the same error messages: https://github.com/Sequel-Ace/Sequel-Ace/issues/201
AWS
Regina
답변함 4달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠