
config.pm: it looks like a default otrs/mysql installation
as you cannot find the otrs db in mssql: is it possible that a mysql server is running on this machine?
regards,
Peter
________________________________
Van: otrs-bounces@otrs.org namens BCWINFO
Verzonden: za 9-2-2008 20:47
Aan: User questions and discussions about OTRS.org
Onderwerp: Re: [Spam] Re: [otrs] I lost all admin power into OTRS!!!
Ok LQ.
I have edited Config.pm:
# 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