Tuesday, September 22, 2009

How to connect Oracle SQL Developer to mySql

Download the drivers you need to connect
mySql :                      mysql-connector-java-5.0.8-bin.jar
Sybase, SQL Serverjtds-1.2.jar


In the menu of SQL Developer, select Tools -> Preferences -> Database -> Third Party JDBC Drivers.
Click Add Entry, and point out your specific JAR file. 


Now you are ready to connect to your databases.

No comments:

Post a Comment