This document provides an introduction to accessing databases using JDBC and MySQL. It discusses how JDBC allows Java programs to connect to and query databases in a vendor-neutral way. It also describes how to install and start the MySQL database server and client programs. It provides examples of connecting to MySQL via JDBC, selecting databases, viewing table schemas, running queries, and manipulating tables by creating, dropping, and creating temporary tables from query results.