X-Git-Url: http://git.phpeclipse.com diff --git a/archive/net.sourceforge.phpeclipse.quantum.sql/doc/getting_started_connections.html b/archive/net.sourceforge.phpeclipse.quantum.sql/doc/getting_started_connections.html index c14d6aa..df0d83a 100644 --- a/archive/net.sourceforge.phpeclipse.quantum.sql/doc/getting_started_connections.html +++ b/archive/net.sourceforge.phpeclipse.quantum.sql/doc/getting_started_connections.html @@ -19,59 +19,16 @@ when right-clicking on the blank space in the Once this menu item is selected, you will see the "New Bookmark" wizard:

- + + +

Creating Bookmarks involve four things: + +

    +
  1. specify a JDBC Driver; +
  2. provide the connection details (userid, password and JDBC URL); +
  3. choose a name for your bookmark; and +
  4. optionally, specify which schemas you want to view. +
-

The data that the form asks of you is: -

-

Other examples (only as orientation, your particular data may be -different)
-

-For MySql (in Windows):

-
Connect: jdbc:mysql://localhost/test
Driver: com.mysql.jdbc.Driver
Driver Filename: C:\mysql\jdbc\mysql-connector-java-2.0.4-bin.jar
-
-

For PostgreSql (in Linux):

-
- 
Connect: jdbc:postgresql://localhost/emsdevel
Driver: org.postgresql.Driver
driver filename: /opt/postgresql/share/java/postgresql.jar