Bugzilla Question: Download Bugzilla PDF

I want to manually edit some entries in my database. How?

Tweet Share WhatsApp

Answer:

There is no facility in Bugzilla itself to do this. It's also generally not a smart thing to do if you don't know exactly what you're doing. However, if you understand SQL you can use the mysqladmin utility to manually insert, delete, and modify table information. Personally, I use "phpMyAdmin". You have to compile a PHP module with MySQL support to make it work, but it's very clean and easy to use.

Download Bugzilla PDF Read All 70 Bugzilla Questions
Previous QuestionNext Question
Bugs are missing from queries, but exist in the database (and I can pull them up by specifying the bug ID). What is wrong?I think I have set up MySQL permissions correctly, but bugzilla still ca not connect.