MySQL では 2 つの JDBC ドライバをサポートしています。
MySQL AB 製の MySQL
Connector/J
。完全にネイティブな Java
で実装されている。この製品は、以前は
mm.mysql
ドライバとして知られていた。MySQL
Connector/J
は、http://www.mysql.com/products/connector-j/
からダウンロードできる。
Resin JDBC ドライバ。http://www.caucho.com/projects/jdbc-mysql/index.xtp からダウンロードできる。
マニュアルについては、JDBC のマニュアルおよび MySQL 固有の機能に関する各ドライバのマニュアルを参照してください。
This is a translation of the MySQL Reference Manual that can be found at dev.mysql.com. The original Reference Manual is in English, and this translation is not necessarily as up to date as the English version.