TrackStudio Enterprise 3.2
Renaming an HSQLDB Database

The following topic describes how to rename an HSQLDB database.

To rename HSQLDB database from test to NewName

  1. Stop HSQLDB.
  2. Rename HSQLDB database files:
Old File Name 
New File Name 
test.lck 
NewName.lck 
test.log 
NewName.log 
test.properties 
NewName.properties 
test.script 
NewName.script 
  1. Create a file server.properties in TrackStudio Home directory. Here is an example server.properties file:
server.database.0=NewName
server.dbname.0=NewAlias
server.silent=true
  1. Start HSQLDB.
Copyright (c) 2002-2006. All rights reserved.
What do you think about this topic? Send feedback!