Java Mysql 简明教程

Java & MySQL Tutorial

基于 Java 的应用程序可以使用 JDBC API 连接到 MySQL。JDBC 在各种平台上与 Java 配合使用,例如 Windows、Mac OS 和各种版本的 UNIX。

Java based application can connect to MySQL using JDBC API. JDBC works with Java on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.

Audience

本教程专为希望详细了解 JDBC 框架以便连接到 MySQL 的 Java 程序员而设计,并附有其架构和实际用法。

This tutorial is designed for Java programmers who would like to understand the JDBC framework to connect to MySQL in detail along with its architecture and actual usage.

Prerequisites

在继续学习本教程之前,您应该充分了解 Java 编程语言。由于您要处理 MySQL 数据库,因此您应该事先了解 SQL 和数据库概念。

Before proceeding with this tutorial, you should have a good understanding of Java programming language. As you are going to deal with MySQL database, you should have prior exposure to SQL and Database concepts.