
The DBConfig tool allows users to change the user account, password, and the database name for the Control Manager database.
The tool offers the following options:
DBName: Database name
DBAccount: Database account
DBPassword: Database password
Mode: Database's authentication mode (SQL or WA)
The Default Mode is SQL authentication
mode, however Windows authentication mode is necessary when configuring
for Windows authentication.
Control Manager 3.5 only supports SQL authentication.
From the Control Manager server, click Start > Run.
Type cmd, and then click OK. The command prompt dialog box appears.
Change the directory to the Control Manager root directory (for example, <root>\Program Files\Trend Micro\Control Manager\DBConfig).
Type the following:
dbconfig
The DBConfig tool interface appears.
Specify which settings you want to modify:
Example 1: DBConfig -DBName="db" -DBAccount="sqlAct" -DBPassword="sqlPwd" -Mode="SQL"
Example 2: DBConfig -DBName="db" -DBAccount="winAct" -DBPassword="winPwd" -Mode="WA"