MySQL Connector/J Developer Guide
Version 8.0.15 is the latest General Availability release of the 8.0 series of MySQL Connector/J. It is suitable for use with MySQL Server versions 8.0, 5.7, and 5.6. It supports the Java Database Connectivity (JDBC) 4.2 API, and implements the X DevAPI.
Default value of the connection property
allowLoadLocalInfile
has been changed tofalse
. Applications that use the LOAD DATA LOCAL INFILE statement on MySQL Servers need to set this property totrue
explicitly. (Bug #29261254, Bug #30866178)