389333ae5f
This now requires Java 1.8+ Repo-copy the orgiginal port to databases/mysql-connector-java51 to provide continued support for Java 1,6 and 1.7 users. Hook up to the tree. Summary of Changes: https://insidemysql.com/connector-j-8-0-11-the-face-for-your-brand-new-document-oriented-database/ ChangeLogs: https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/
13 lines
635 B
Text
13 lines
635 B
Text
|
|
MySQL Connector/J is a native Java driver that converts JDBC (Java
|
|
Database Connectivity) calls into the network protocol used by the
|
|
MySQL database. It lets developers working with the Java programming
|
|
language easily build programs and applets that interact with MySQL
|
|
and connect all corporate data, even in a heterogeneous
|
|
environment. MySQL Connector/J is a Type IV JDBC driver and has a
|
|
complete JDBC feature set that supports the capabilities of MySQL.
|
|
|
|
This port is derived from the original databases/mysql-jdbc-mm port of
|
|
the mm.mysql JDBC connector by dglo@ssec.wisc.edu.
|
|
|
|
WWW: https://dev.mysql.com/downloads/connector/j/
|