Comments - MariaDB Connector/J Version Compatibility
Content reproduced on this site is the property of its respective owners,
and this content is not reviewed in advance by MariaDB. The views, information and opinions
expressed by this content do not necessarily represent those of MariaDB or any other party.
Driver version 2.2 is compatible with all MariaDB servers (and MySQL >= 5.5.3) The only requirement is that 2.2 need java 8+
See more info here: https://mariadb.com/kb/en/library/about-mariadb-connector-j/#choosing-a-version
To be accurate, it's not tested with MySQL 8 yet, and it won't work with the new authentication plugin "caching_sha2_password " that MySQL 8 set as default for the moment.
Is there an ETA for "caching_sha2_password" support? It seems to be resolved here: https://jira.mariadb.org/browse/CONC-312, whereas it is unresolved here: https://jira.mariadb.org/browse/CONJ-663.
Thank you.