본문 바로가기

개발관련/error

[MYSQL] CLIENT_PLUGIN_AUTH is required

728x90

해당 db에 맞는 driver library가 없어서 나타나는 현상

 

When u use driver as not an apropriate JDBC driver

or set up a connection not to a relatively MYSQL instance,

it might fail with the error message mentioned above.

 

 

 

DBeaver > Edit Driver Settings > Add File 로 버전에 알맞은 jar를 추가 후 Test Connection 한다.