JDBC for MySQL - Herong's Tutorial Examples - v3.14, by Herong Yang
MySQL Installation and Setup
This chapter provides tutorial notes on MySQL installation and setup. Topics include downloading, installing and starting MySQL database server; using mysqladmin tool; using command line tool; creating new database and new user.
Takeaways:
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