Bei der Installation von Bugzilla 2.22.1-2 in Verbindung mit MySQL 5.0.32-7etch1 unter Etch habe ich folgende Probleme:
In MySQL wird der entsprechende bugzilla user angelegt, auch das schema (jedoch keine Tabellen). Während der installation kommt bei der Konfiguration die Meldung, dass eine Verbindung zur MySQL-DB nicht möglich war.
checksetup.pl sagt:
Code: Alles auswählen
...
Removing existing compiled templates ...
Precompiling templates ...
Can't connect to the database.
Error: Access denied for user 'bugzilla'@'localhost' (using password: YES)
Is your database installed and up and running?
Do you have the correct username and password selected in localconfig?
mysql -u bugzilla bugzilla funktioniert nicht, mit der Meldung:
Code: Alles auswählen
ERROR 1045 (28000): Access denied for user 'bugzilla'@'localhost' (using password: NO)
Ciao,
hoschi