mysql-connector-java-2.0.14
所属分类:
Java编程
开发工具:Java
文件大小:435KB
下载次数:1
上传日期:2020-10-22 17:31:43
上 传 者:
铁军
说明: mysql-connector-java-2.0.14.tar mysql-connector-java驱动包
(Mysql-connector-java-2.0.14.tar MySQL connector Java driver package)
文件列表:
META-INF (0, 2002-08-13)
META-INF\MANIFEST.MF (53, 2002-08-13)
mysql-connector-java-2.0.14 (0, 2002-08-13)
mysql-connector-java-2.0.14\com (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\jdbc1 (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\jdbc2 (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\jdbc2\optional (0, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\xa (0, 2002-08-13)
mysql-connector-java-2.0.14\lib (0, 2002-08-13)
mysql-connector-java-2.0.14\org (0, 2002-08-13)
mysql-connector-java-2.0.14\org\gjt (0, 2002-08-13)
mysql-connector-java-2.0.14\org\gjt\mm (0, 2002-08-13)
mysql-connector-java-2.0.14\org\gjt\mm\mysql (0, 2002-08-13)
mysql-connector-java-2.0.14\testsuite (0, 2002-08-13)
mysql-connector-java-2.0.14\.project (388, 2002-08-13)
mysql-connector-java-2.0.14\.vcm_meta (201, 2002-08-13)
mysql-connector-java-2.0.14\build.xml (3605, 2002-08-13)
mysql-connector-java-2.0.14\CHANGES (23152, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Buffer.class (4736, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Buffer.java (12371, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\ClientCallableStatement$ClientStoredProcedure.class (484, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\ClientCallableStatement$StoredProcedureArg.class (1528, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\ClientCallableStatement.class (366, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\ClientCallableStatement.java (2189, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Connection.class (11227, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Connection.java (46884, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\DatabaseMetaData.class (33115, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\DatabaseMetaData.java (150939, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Debug.class (2242, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Debug.java (4673, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Driver.class (4915, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Driver.java (14797, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\EscapeProcessor.class (2673, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\EscapeProcessor.java (8898, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\EscapeTokenizer.class (1294, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\EscapeTokenizer.java (3641, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Field.class (1970, 2002-08-13)
mysql-connector-java-2.0.14\com\mysql\jdbc\Field.java (4976, 2002-08-13)
... ...
MySQL Connector/J 2.0.14
(Formerly MM.MySQL - Mark Matthews JDBC Driver for MySQL)
Copyright (c) 2002 MySQL-AB
CONTENTS
* License
* System Requirements
* Introduction
* Usage and Installation
* Troubleshooting
* Known Bugs
* Support
LICENSE
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
See the COPYING file located in the top-level-directory of
the archive of this library for complete text of license.
SYSTEM REQUIREMENTS
* Any Java virtual machine supporting JDBC-1.2 or JDBC-2.0 (JDK-1.1 or higher)
* Any MySQL server supporting version 9 or 10 of the MySQL protocol
Because MySQL is not fully ANSI SQL-92 compliant, it is not possible to
create a fully JDBC-compliant driver for MySQL. However, this driver
strives to implement as much of the JDBC API as is feasible.
INTRODUCTION
MySQL Connector/J is an implemntation of the JDBC API for the MySQL relational
database server. It strives to conform as much as possible to the API
as specified by JavaSoft. It is known to work with many third-party
products, including Borland JBuilder, IBM Visual Age for Java, SQL/J,
the Locomotive and Symantec Visual Cafe.
USAGE AND INSTALLATION
MySQL Connector/J is distributed as a .jar archive containing the sources
and class files as well as a class-file only "binary" .jar archive
named "mysql-connector-j-2.0.13-bin.jar".
You will need to use the "jar" command-line utility that comes with your JDK
to un-archive the distribution.
Once you have un-archived the distribution .jar archive,
you can install the driver in one of two ways:
Either copy the "com" and "org" subdirectories and all of their contents
to anywhere you like, and put the directory holding the "com" and "org"
subdirectories in your classpath, or...
Put mysql-connector-j-2.0.14-bin.jar in your classpath, either by adding the
FULL path to it to your CLASSPATH enviornment variable, or putting it
in $JAVA_HOME/jre/lib/ext.
If you are using a servlet engine or application server, you will have
to read your vendor's documentation for more information on how to
configure third-party class libraries, as most application servers
ignore the CLASSPATH environment variable. If you are developing
servlets and/or JSPs, and your application server is J2EE-compliant,
you should put the driver's .jar file in the WEB-INF/lib subdirectory
of your webapp, as this is the standard location for third party
class libraries in J2EE web applications. You can also use the
MysqlDataSource, MysqlConnectionPoolDataSource or MysqlXADataSource
classes in the com.mysql.jdbc.jdbc2.optional package, if your J2EE
application server supports/requires them. MysqlDataSource supports the
following parameters (through standard "set" mutators):
user
password
serverName
databaseName
port
If you are going to use the driver with the JDBC DriverManager, you would use
"com.mysql.jdbc.Driver" as the class that implements java.sql.Driver.
You might use this name in a Class.forName() call to load the driver:
Class.forName("com.mysql.jdbc.Driver").newInstance();
To connect to the database, you need to use a JDBC url with the following
format ([xxx] denotes ... ...
近期下载者:
相关文件:
收藏者: