Cara Install Plugin SQL Explorer untuk Eclipse PDT

1. Unduh plugin SQL Explorer
2. Ekstrak file SQL Explorer yang telah diunduh

3. Unduh MySQL Connector Java
4. Ekstrak file MySQL Connector

5. Buka Eclipse, Window->Preferences
6. Buka SQL Explorer->JDBC Drivers, klik 2x MySQL Driver
Eclipse - Preferences SQL Explorer - JDBC Drivers

7. Pada tab Extra Class Path klik Add JARs, browse file /usr/share/mysql/mysql-connector-java-5.1.18-bin.jar
8. Pada Driver Class Name ketik com.mysql.jdbc.Driver, lalu OK.
Eclipse - SQL Explorer - MySQL Driver

9. Sekarang menampilkan window SQL Explorer, klik Window->Show View->Other
10. Pilih semua sub menu SQL Explorer
11. Klik kanan pada tab Connections, klik New Connection Profile
12. Masukkan Name = localhost, pilih Driver = MySQL Driver, URL = jdbc:mysql://localhost:3306/, centang Auto Logon, User dan Password MySQL Server
Eclipse - SQL Explorer - MySQL Connection

13. Klik kanan pada koneksi yang sudah dibuat, klik View Database Structure untuk melihat struktur database
Eclipse - SQL Explorer - Database Structure

selamat mencoba 🙂

via 64bitjungle.com

Leave a Reply

Your email address will not be published. Required fields are marked *