-
Notifications
You must be signed in to change notification settings - Fork 29
Odo Database
David Willson edited this page Aug 29, 2014
·
2 revisions
You may need to manually edit entries in database. We recommend using SQL Workbench.
- Download and launch SQL Workbench http://www.sql-workbench.net/downloads.html
- Download the H2 jar from : http://www.h2database.com/automated/h2-latest.jar
- On the Connect Window for Sql Workbench select "Manage Drivers"
- Select the H2 driver and select the jar you downloaded in step 2 as the library.
- Select the H2 driver you just created from the Driver dropdown box
- In the URL field enter : jdbc:h2:tcp://localhost/h2proxydb/proxydb
- In the Username field enter : SA
- Click Ok. You should be connected to the running Database