Difference between revisions of "Setup MySQL DB in Eclipse"
From Documentation
(Created page with '__TOC__ == Prerequisite == '''1.''' The [http://www.eclipse.org/datatools/ Data Tools Platform (DTP)] is required for setup DB connection, the '''''Eclipse IDE for Java EE Dev…') |
m (→Prerequisite) |
||
Line 3: | Line 3: | ||
== Prerequisite == | == Prerequisite == | ||
− | '''1.''' The [http://www.eclipse.org/datatools/ Data Tools Platform (DTP)] is required for setup DB connection, the '''''Eclipse IDE for Java EE Developers''''' distribution of Eclipse we mentioned in [[ | + | '''1.''' The [http://www.eclipse.org/datatools/ Data Tools Platform (DTP)] is required for setup DB connection, the '''''Eclipse IDE for Java EE Developers''''' distribution of Eclipse we mentioned in [[ZK_Studio_Essentials]] has already include DTP, so in most case it is not necessary to do extra Eclipse DTP plug-in installation. |
'''2.''' Download MySQL Connector/J:<br/> | '''2.''' Download MySQL Connector/J:<br/> |
Revision as of 03:03, 29 December 2010
Prerequisite
1. The Data Tools Platform (DTP) is required for setup DB connection, the Eclipse IDE for Java EE Developers distribution of Eclipse we mentioned in ZK_Studio_Essentials has already include DTP, so in most case it is not necessary to do extra Eclipse DTP plug-in installation.
2. Download MySQL Connector/J:
extract the zip file to a proper location.
Setup Database Connection in MySQL
- Open Data Source Explorer via [Window]/[Show View]/[Data Source Explorer]:
- Right click the Database Connection folder, select [New...].
- Select the Database you suppose to connect ( MySQL 5.1 as the example in this document), you can type custom name and description for mnemonic, click Next > .
- On next page, click the New Driver Definition icon next to the "Drivers:" listbox.
- On the popup window, select the Database Version in "Name/Type" tab.
Swith to "Jar List" tab, click Clear All to clear the default false jar file location.
then click Add JAR/Zp... .
Locate the jar file inside the folder that just extracted from downloaded MySQL Connectoer/J zip file.
Switch to "Properties" tab, modify the database connection setting according to your MySQL Database configruation, then click OK . - To verify if the setup is functional, click Test Connection .
It should popup a Ping succeeded message, Click OK to continue. - Press Finish to close the setup wizard window, And you should be able to see there's a Database icon in the Database Connections folder.
Note
- Firewall of the System that install Database or security setting of the Database may prevent you from connect the DB successfully.
- If you had specify the right MySQL Connector/J jar file before, then Step 4 & 5 can be skipped, you can directly modify the following field to match your MySQL Database configuration:
then proceed the subsequent steps to finish setup.