I just got back to some Java development, Got a new MAC so I had to set everything up from fresh. I downloaded NetBeans, MySQL, MySQL Drivers and everything. Set everything up.
However I just cant seem to connect to the connect through JDBC.
It keeps giving an error
Got an exception!
Unable to load authentication plugin 'caching_sha2_password'.
BUILD SUCCESSFUL (total time: 7 seconds
This error is really hindering with my development process.
Thanks in advance for anyone who can help me solve this, I'm just getting started with SQL so sorry for any mistakes or whatsoever.
EDIT:- I followed a post here on SO and fixed the first problem however still unable to connect to the DB. Its now giving out a different error;
Got an exception!
java.lang.ClassCastException: java.math.BigInteger cannot be cast to java.lang.Long