Difference between
version 9
and
version 8:
At line 9 added 1 line. |
I found it easiest to run dbMonster with ant on my system. I'm using Windows XP and cygwin. dbmonster-core was extracted to f:\tools\dbmonster-core-1.0.3 and dbmonster-ant-1.0.1.jar was saved to f:\tools\monster\ |
At line 11 added 1 line. |
Create 2 new directories inside of dbmonster-core-1.0.3 called config and schema. |
At line 13 added 4 lines. |
mkdir config |
mkdir schema |
|
Create a file called dbmonster.properties inside of the config directory you just made. |
At line 18 added 15 lines. |
dbmonster.jdbc.driver=org.postgresql.Driver |
dbmonster.jdbc.url=jdbc:postgresql://127.0.0.1/YourDatabase |
dbmonster.jdbc.username=postgres |
dbmonster.jdbc.password=YourPassword |
|
dbmonster.max-tries=1000 |
|
dbmonster.rows=1000 |
|
dbmonster.progress.monitor=pl.kernelpanic.dbmonster.ProgressMonitorAdapter |
}}} |
|
|
|
{{{ |
At line 54 removed 13 lines. |
dbmonster.jdbc.driver=org.postgresql.Driver |
dbmonster.jdbc.url=jdbc:postgresql://127.0.0.1/YourDatabase |
dbmonster.jdbc.username=postgres |
dbmonster.jdbc.password=YourPassword |
|
dbmonster.max-tries=1000 |
|
dbmonster.rows=1000 |
|
dbmonster.progress.monitor=pl.kernelpanic.dbmonster.ProgressMonitorAdapter |
}}} |
|
{{{ |
Back to TestData,
or to the Page History.
|