Oracle SQL Developer connection MySQL
Oracle SQL Developer is a very powerful open-source SQL development tool , but recently I began to study it , just installed oraclesql Developer is not supported for MySQL connection,
need to from Download the JDBC driver formysql on the MySQL website .
Oracle SQL Developer official website :
Http://www.oracle.com/technetwork/cn/developer-tools/sql-developer/downloads/index.html
JDBC for MySQL official website :
http://www.mysql.com/downloads/connector/j/
i downloaded the Mysql-connector-java-5.1.26-bin.jar,
and put it under the Sqldeveloper\jlib directory , then start Oracle SQL Developer, click the menu Tools Tool - >preferences Preferences , locate the database ->third Party JDBC Drivers,
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/6C/D6/wKiom1VTGMfz1DFvAAH67LZ5SZU892.jpg "title=" Oraclesql22.png "alt=" Wkiom1vtgmfz1dfvaah67lz5szu892.jpg "/>
Click AddEntry., load the Mysql-connector-java-5.1.26-bin.jar file just now to create a MySQL connection .
and then you can see MySQL again .
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/6C/D0/wKioL1VTGlvj5vFQAAHsG4-MY4E748.jpg "title=" Oraclesql1.png "alt=" Wkiol1vtglvj5vfqaahsg4-my4e748.jpg "/>
This article from "Dream Girl" blog, declined reprint!
Oracle SQL Developer Connection MySQL