怎么安装MYSQL5.0的JDBC驱动

 

1、下载mysql for jdbc driver.
   http://dev.mysql.com/downloads/connector/j/3.1.html
MySQL Connector/J is distributed as a .zip or .tar.gz archive containing
the sources and class files as well as a class-file only "binary" .jar
archive named "mysql-connector-java-3.1.10-bin.jar".

2、解压缩下载的文件,如:mysql-connector-java-3.1.10.zip

You will need to use the appropriate gui or command-line utility to un-archive
the distribution (for example, WinZip for the .zip archive, and "tar" for
the .tar.gz archive).

3、mysql for jdbc driver有两种安装发式:

Once you have un-archived the distribution archive,
you can install the driver in one of two ways:

  第一种方法:将com和org两个目录下所有文件和目录拷贝到任何地方,比如将com和org两个目录下所有文件和目录拷贝到任何地方,比如d:/mysqlforjdbc下
            设置classpath=.;d:/mysqlforjdbc;%classpath%

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...

  第二种方法:将mysql-connector-java-3.1.10-bin.jar拷贝到一个地方,如:D:/Program Files/Apache Software Foundation/Tomcat 5.0/common/lib下
            设置classpath=.;D:/Program Files/Apache Software Foundation/Tomcat 5.0/common/lib/mysql-connector-java-3.1.10-bin.jar;%classpath%

     或直接把mysql-connector-java-3.1.10-bin.jar拷贝到%JAVA_HOME%/jre/lib/ext下
     %JAVA_HOME%就是J2SDK的安装目录,如我的为D:/j2sdk1.4.2_06就拷贝到D:/j2sdk1.4.2_06/jre/lib/ext下

(调试java程序使用)

Put mysql-connector-java-3.1.10-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.



Trackback: http://tb.blog.csdn.net/TrackBack.aspx?PostId=447246

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 3
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值