Oracle SQL Developer 连接 MySQL

Posted MS garden

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Oracle SQL Developer 连接 MySQL相关的知识,希望对你有一定的参考价值。

1. 在ORACLE官网下载Oracle SQL Developer第三方数据库驱动

下载页面:http://www.oracle.com/technetwork/developer-tools/sql-developer/thirdparty-095608.html

Download the mysql Drivers from the MySQL Site. There are two drivers here:

 

1) MySQL Connector/j 5.0

Unzip the zip file and take the mysql-connector-java-5.0.4-bin.jar as your driver.jar

下载链接 http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-5.0.4.zip/from/http:/mysql.he.net/ 


2) MySQL Connector/J 3.1

Unzip the zip file and take the mysql-connector-java-3.1.14-bin.jar as your driver.jar

下载链接:http://dev.mysql.com/get/Downloads/Connector-J/mysql-connector-java-3.1.14.zip/from/http:/mysql.he.net/

 

2. 解压出文件mysql-connector-java-5.0.4-bin.jar

 

3. 打开Oracle SQL Developer ,选择Tools > Preferences > Database > Third Party JDBC Drivers, 增加mysql-connector-java-5.0.4-bin.jar, 点OK.

 

 4. 在Oracle SQL Developer点,增加一个连接,即可看到MYSQL选项, 填入必要信息即可使用.

 

以上是关于Oracle SQL Developer 连接 MySQL的主要内容,如果未能解决你的问题,请参考以下文章

Oracle SQL Developer 连接 MySQL

Oracle SQL Developer 连接 MySQL

PLsq developer 只能连接ORACLE数据库么

SQL Developer连接oracle报错ORA-12514

SQL Developer连接oracle报错ORA-12514

Oracle SQL Developer 在哪里存储连接?