Oracle SQL Developer is a very powerful open source SQL development tool, the installed Oracle SQL Developer does not support MySQL connection, need to download the JDBC driver formysql from the MySQL official 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/
The file name is Mysql-connector-java-*.zip, extracted after the download is complete, extract the Mysql-connector-java-*.jar file, and put it under the sqldeveloper\jlib directory, Then start Oracle SQL Developer and click the Menu tool
Preferences (tools->preferences), locate the database-and third-party JDBC driver (database->third parties JDBC Drivers), click Add New entry (add Entry ... ) to create a MySQL connection by loading the Mysql-connector-java-*.jar file just now.
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/57/20/wKiom1SSM86Bhp3NAAOizeL21ZU420.jpg "title=" Mysql.jpg "alt=" Wkiom1ssm86bhp3naaoizel21zu420.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/57/20/wKiom1SSNGvxUyEuAALqyhXbeh8451.jpg "title=" Oracle1.jpg "alt=" Wkiom1ssngvxuyeuaalqyhxbeh8451.jpg "/>
This article is from "Operation and maintenance record Mei Ling" blog, please be sure to keep this source http://meiling.blog.51cto.com/6220221/1591250
Oracle SQL Developer Connection MySQL