Complete Connection guide of MySQL with Oracle SQL Developer.
Connect MySql with Oracle SQL Developer
step 1 : open Oracle SQL Developer . click Tools Tab Next click Preferences.
step 2 : inside preferences select Database.
step 3 : inside Database “Third Party JDBC Drivers
step 4 : inside “Third Party JDBC Drivers” click Add Entry. now you have to give jdbc driver.
step 5 : for jdbc driver. in Google search box write jdbc driver for MySQL .
step 6 : jdbc connector that is available JAR file Download from MySQL websites.
step 7 : now click again ” Add Entry” then select jtds folder after select mysql-connector-java-5.1.48-bin file and click OK.
step 8 : now click “New Connection” . you can see one extra tabs comes near to Oracle . MySQL
step 9 : click MySQL Tab give Connection Name = TestMySql User = root Password = abc…
step 10 : now give Host-name = localhost Port = 3360 and click Retrieve database.
step 11 : automatically so many database of Sybase comes. select any and click connect.
step 12 : you successfully connected SQL developer with MySQL
Now you can use any Database and enjoy…