Trouble using windows authentication with PHPStorm & MySQL

0

I am trying to add a MySQL database as a data source using a windows_authentication account that connects through other programs fine. The driver I am using is MySQL-connector-java-8.0.16 connector/j. The issue is that phpstorm is looking for windows_authentication_client plugin which was discontinued as of MySQL 5.5.13 and is not built into the libmysqlclient client library. The instance is on MySQL 8.0.16.

Has anyone had success with the Java connectors and Windows authentication?

PHPStorm error log

SilverDB

Posted 2019-07-19T14:51:53.923

Reputation: 1

No answers