ich möchte ein Upgrade unter Windows machen. Was habe ich bisher gemacht:
Beim Ausführen des Perl Scriptes habe ich folgendes Problem:Ein Backup von c:\OTRS erstellen
In den Admin-Bereich von OTRS gehen. Unter „Misc/SysConfig“ die Einstellungen hernuterladen
cmd öffnen
set Path=%PATH%;C:\OTRS\mysql\bin
mysqldump -uroot otrs > otrs_dump.sql
Otrs deinstallieren
Neue Otrs Version runter laden und installieren
Zielverzeichnis c:\OTRS
WICHTIG: Hacken bei „Weiter mit Web-Installer“ raus nehmen
mysql -uroot
create database otrs character set utf8;
use otrs
grant all on otrs.* to 'otrs@localhost' identified by 'passwort'
flush privileges
mysql -uroot otrs < otrs_dump.sql
mysql -uroot otrs < DBUpdate-to-2.3.mysql.sql
Irgend welche Ideen?C:\OTRS\StrawberryPerl\perl\bin>perl.exe c:\otrs\OTRS\scripts\DBUpdate-to-2.3.pl -h
Start migration of the system...
DBI connect('database=otrs;host=localhost;','otrs',...) failed: Access denied for user 'otrs'@'localhost' (using password: YES) at c:/otrs/O
TRS/Kernel/System/DB.pm line 215
ERROR: OTRS-DBUpdate-to-2.3-10 Perl: 5.10.0 OS: MSWin32 Time: Wed Jun 2 12:44:20 2010
Message: Access denied for user 'otrs'@'localhost' (using password: YES)
Traceback (3564):
Module: Kernel::System::DB::new (v1.95.2.3) Line: 189
Module: c:\otrs\OTRS\scripts\DBUpdate-to-2.3.pl (v1.20) Line: 68
Got no DBObject! at c:/otrs/OTRS/Kernel/System/Config.pm line 84.