JDBC for MySQL - Herong's Tutorial Examples - v3.13, by Herong Yang
Archived: MySQL Connector/J 5.1 - Download and Installation
This section describes how to download and install MySQL Connector/J (JDBC driver) 5.1.36.
With MySQL server installed and running, I am ready to try the JDBC driver to access my MySQL server. Here is what I did to download and install MySQL JDBC driver:
The installation is done. You should read the documentation at "C:\Program Files\MySQL\MySQL Connector J\docs\connector-j.pdf". Some version information of MySQL Connector/J 5.1.36 is summarized here:
Table of Contents
JDBC (Java Database Connectivity) Introduction
MySQL JDBC Driver (MySQL Connector/J)
MySQL - Reference Implementation of JdbcRowSet
MySQL - JBDC CallableStatement
MySQL CLOB (Character Large Object) - TEXT
MySQL BLOB (Binary Large Object) - BLOB
Using Connection Pool with JDBC
Archived: Downloading and Installing JDK 13 on Mac
Archived: Downloading and Installing JDK 12 on Windows
Archived: Java SE 8 Installation
Archived: Java SE 1.6 Update 2 Installation
Archived: JDK 1.6 Documentation Installation
►Archived: MySQL Connector/J 5.1 - Download and Installation
Archived: MySQL 5.0 Download, Installation and Start
Archived: mysqladmin - MySQL 5.0 Admin Tool
Archived: MySQL Connector/J 5.0 - Download and Installation
Archived: Loading MySQL Connector Java 5.0
Archived: Installation of JdbcRowSet 1.0 Reference Implementation