Menu

mySQL unable to load plugin

ART Help
2021-05-05
2021-06-23
  • Russell Castagnaro

    Hello!
    I'm trying to set up the database connection for ART and getting the following error:

    Unable to load authentication plugin 'caching_sha2_password'

    art.artdatabase.ArtDatabaseController - Error
    java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:868)
    at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:864)
    at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1746)
    at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
    at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2194)
    at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2225)
    at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2024)
    at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
    at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)</init></init>

     
  • Russell Castagnaro

    This worked perfectly, Thank You

     
  • Timothy Anyona

    Timothy Anyona - 2021-05-21

    You're welcome.

     
  • Timothy Anyona

    Timothy Anyona - 2021-06-23

    ART 5.6 now comes with the MySQL 8 driver.

     

Log in to post a comment.