microsoft / azuredatastudio-mysql

MySQL extension for Azure Data Studio
MIT License
39 stars 9 forks source link

Does not work with mysql_clear_password plugin #220

Open msoutto opened 1 year ago

msoutto commented 1 year ago

I have a client with a MySQL database hosted in AWS and it uses RDS tokens plus a CA file for authentication. For that, we have to use the mysql_clear_password plugin on the MySQL client to be able to connect, which is not working with this extension.

I have a Linux machine and am using MySQL Workbench but would love to be able to use Azure Data Studio for this project.

screenshot

Text copied from 'Copy details' button

Message:
Error Message : Authentication plugin 'mysql_clear_password' cannot be loaded: plugin not enabled
ErrorCode : 2059
gt-jpdied commented 1 year ago

I'm also having this issue. I'm connecting to a MariaDB server which originally was asking for the Dialog plugin but I was able to get the server to request the mysql_clear_text which allowed MySQL Workbench to work but the Azure Data Studio Plugin isn't working.