Ok LQ.
# database settings #
# ---------------------------------------------------- #
# DatabaseHost
# (The database host.)
$Self->{'DatabaseHost'} = 'localhost';
# Database
# (The database name.)
$Self->{'Database'} = 'otrs';
# DatabaseUser
# (The database user.)
$Self->{'DatabaseUser'} = 'otrs';
# DatabasePw
# (The password of database user. You also can use bin/CryptPassword.pl
# for crypted passwords.)
$Self->{'DatabasePw'} = 'hot';
# DatabaseDSN
I think that this tells me that the name of my database is really OTRS as I thought. Right?
However, unhappily, I still could not find it into SQL Querry Analizer.
What a hell!
On Feb 9, 2008 3:39 AM, LQ Marshall <
qmarshall@inetspace.net> wrote:
The database could be named nearly anything. If you have access to OTRS files the database is referenced in the Config.pm file (it's in the Kernel dir). Don't know if the win32 version uses the same structure though.
Probably will have to look for the DB name and then go back to Query analyzer. You may also have the Enterprise admin tool (which may be described as QA on steroids).
LQ