summaryrefslogtreecommitdiff
path: root/dev-db/hsqldb/files/sqltool.rc
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/hsqldb/files/sqltool.rc')
-rw-r--r--dev-db/hsqldb/files/sqltool.rc18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-db/hsqldb/files/sqltool.rc b/dev-db/hsqldb/files/sqltool.rc
deleted file mode 100644
index 2e65a6816f3d..000000000000
--- a/dev-db/hsqldb/files/sqltool.rc
+++ /dev/null
@@ -1,18 +0,0 @@
-# This is a sample SqlTool configuration file, a.k.a. rc file.
-
-# This is for a hsqldb Server running with default settings on your local
-# computer (and for which you have not changed the password for "sa").
-urlid localhost
-url jdbc:hsqldb:hsql://localhost
-username sa
-password
-
-# Each urlid section in this file corresponds to one of the
-# server.urlid.X entries in the 'server.properties' file.
-# This is required by the hsqldb init script.
-
-# An example of additional database.
-#urlid newdb
-#url jdbc:hsqldb:hsql://localhost/newdb
-#username sa
-#password