Error: PAM authentication request multiple passwords
已回答
Hi, I'm new to DataGrip.
I can connect to the database server and browse schemas, but when trying to fetch data or querying this error occurs:
PAM authentication request multiple passwords, but 'password4' is not set.
When reloading:
PAM authentication request multiple passwords, but 'password5' is not set.
PAM authentication request multiple passwords, but 'password6' is not set.
and so on.
Saving password to keychain, keepass, or not saving at all makes no difference. Server is MariaDB with PAM plugin.
请先登录再写评论。
@...,
Could you provide IDE logs?
It looks like you hit an old issue https://youtrack.jetbrains.com/issue/DBE-9029 but it was resolved. So we need more details.
I changed the driver to MariaDB Connector/J 2.4.1 provided by DataGrip but it didn't work either. Eventually I installed MariaDB Connector/J 2.4.4 and this works like a charme. Thank you.
I looks like MariaDB Connector/J issue (as it mentioned https://jira.mariadb.org/browse/CONJ-738). It should work with 2.5.1 according to MariaDB JIRA