Skip to content
Advertisement

Spring boot CLIENT_PLUGIN_AUTH is required

I have my app working fine on local, but when I tried to connect to remote server I get this error: CLIENT_PLUGIN_AUTH is required.

JavaScript

Advertisement

Answer

I got it.

Step 1. Create an user on remote mysql server and grant all privileges.

Step 2. Change datasource url

JavaScript

Step 3. Change pom.xml mysql

JavaScript

Check that version is changed to <version>5.1.6</version> from <scope>runtime</scope>

Advertisement