说明

配置

dbpath=../hisdb
logpath=../log/hisdb.log 
port=30002

更改历史数据存储目录的步骤

如果想移动数据文件hisdb的目录到其他位置,如移动到:d:\hisdb下,操作步骤如下:

dbpath=d:/hisdb2
logpath=../log/hisdb.log 
port=30002