Unable to load authentication plugin 'caching_sha2_password'

I’m getting this error message when attempting to start OpenUnderwriter:

liquibase: java.sql.SQLException: Unable to load authentication plugin ‘caching_sha2_password’.

Any ideas regarding how to fix this? I’ve change all user plugins below to “mysql_native_password”.
±-----------------±----------------------±----------+
| user | plugin | host |
±-----------------±----------------------±----------+
| mysql.infoschema | caching_sha2_password | localhost |
| mysql.session | caching_sha2_password | localhost |
| mysql.sys | caching_sha2_password | localhost |
| ron | caching_sha2_password | localhost |
| root | mysql_native_password | localhost |
±-----------------±----------------------±----------+

oooops! I’m using Mysql 8 and should be using 5.7!

Hello,

Your problem may be similar to this one:

Regards,
Ahmed.