1) Download MySQL Connector/J 3.0.11
2) Select Tools -> Default Project Properties in JDeveloper

3) Select Libraries in the tree view. Click Add Library in the right plane.

4) Click New..

Location: User


6) Click OK

7)Click OK


9) Click Next

Connection Type: Third Party JDBC Driver

11) In the Authentication window specify Username as root (Password is not required to be specified for a root user by default), and click on Next.

12) Click New..

In the Driver Class field enter
com.mysql.jdbc.Driver
. Click Browse..



13) Enter the URL:
jdbc:mysql://localhost/test?

14) Click Test Connection
