GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
4
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
mark.george
/
marking
Browse code
Add database startup scripts
master
1 parent
5c551e0
commit
9679c575fc3a7ef5d1001c35ebc7c7778835c93d
Mark George
authored
on 21 Mar 2023
Patch
Showing
2 changed files
db/h2-by-id.sh
db/h2-by-username.sh
Ignore Space
Show notes
View
db/h2-by-id.sh
0 → 100755
#!/bin/sh java -cp "/home/mark/dev-tools/h2/bin/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console -ifExists -web -tcp -browser -user sa -url "jdbc:h2:./by-id"
Ignore Space
Show notes
View
db/h2-by-username.sh
0 → 100755
#!/bin/sh java -cp "/home/mark/dev-tools/h2/bin/h2.jar:$H2DRIVERS:$CLASSPATH" org.h2.tools.Console -ifExists -web -tcp -browser -user sa -url "jdbc:h2:./by-username"
Show line notes below