java.lang.UnsatisfiedLinkError: no sqljdbc_auth in java.library.path -- DB CONNECTION ERROR AFTER PHPSTORM 2017 UPDATE
Answered
Hello,
After recently upgrading phpstorm to 2017.1.4 I am getting this error while connecting to MsSql DB.
Can any one please help to solve this issue.
Please sign in to leave a comment.
Please try to recreate a connection to mssql db.
If that doesn't help please attach a screenshot of your connection settings.
SOLVED!!!!
I installed Microsoft JDBC Driver 6.0 for SQL Server from here https://www.microsoft.com/en-in/download/details.aspx?id=11774
& as suggested by @Dmitry Tronin , Recreated all the connections.
Thanks.