views:

6413

answers:

2

I have Oracle SQL Developer already installed and am able to connect to and query Oracle databases.

Using Help -> Check for Updates I was able to install the Oracle MySQL Browser extension but there are no connection options for MySQL databases.

+1  A: 

Under Tools > Preferences > Databases there is a third party JDBC driver path that must be setup. Once the driver path is setup a separate 'MySQL' tab should appear on the New Connections dialog.

Brian
+4  A: 

Here is a demo on How to Create a Database Connection for MySQL.

You can download the MySQL Connector/J from here.

EddieAwad
The link doesn't seem to work any more?
johnstok