(sorry for sending the first mail directly to Alexis)
Alexis Sukrieh wrote:
> Well, first of all, the installation method you choose.
"automatic"
> 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
# mysql -ubugzilla -pPsdslks9ypZlcbc5 bugzilla
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 51948 to server version:
4.1.11-Debian_4sarge2-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql>
> Then you could try the following:
>
> # apt-get remove --purge bugzilla
# apt-get remove --purge bugzilla
Reading Package Lists... Done
Building Dependency Tree... Done
The following packages will be REMOVED:
bugzilla*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Need to get 0B of archives.
After unpacking 3872kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 22533 files and directories currently installed.)
Removing bugzilla ...
Purging configuration files for bugzilla ...
dpkg - warning: while removing bugzilla, directory `/etc/bugzilla' not
empty so not removed.
# ls /etc/bugzilla
localconfig.dpkg.old params params.dpkg-old params.old
(In my last attempts, I removed /etc/bugzilla by hand. This time, not.)
> # mysql -uroot
> (...)
> mysql> drop database bugzilla;
# mysql -uroot -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 51954 to server version:
4.1.11-Debian_4sarge2-log
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> drop database bugzilla;
Query OK, 50 rows affected (0.06 sec)
('bugzilla' user in mysql.db and mysql.user still present. In my last
attempts, I removed them by hand. This time, not.)
> # DEBIAN_BUGZILLA_DEBUG=1 apt-get install bugzilla
> choose the automatic method.
This would install version 2.16. Remember, I am running Sarge. Should I
still try this?
I installed bugzilla with 'dpkg -i bugzilla_2.20-1_all.deb'.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]