Le vendredi 04 novembre 2005 à 11:24 +0100, Andreas Schildbach a écrit :
> Then I tried removing the bugzilla database + bugzilla user and 
> reconfiguring.
> 
> Then I tried removing the package (purging), removing database + user, 
> and reinstalling completely.
> 
> What kind of info do you need?

Well, first of all, the installation method you choose.

Then I'd like you to send me the result of those commands:

$ mysql -ubugzilla -p<PASS> bugzilla

Where PASS is taken from /etc/bugzilla/localconfig

This will give us some more light on your situation.


Then you could try the following:

# apt-get remove --purge bugzilla
# mysql -uroot
(...)
mysql> drop database bugzilla;
^D
# DEBIAN_BUGZILLA_DEBUG=1 apt-get install bugzilla
choose the automatic method.

Please send me the full output of those commands.

-- 
Alexis Sukrieh <[EMAIL PROTECTED]>

Reply via email to