MySQL Forums
Forum List  »  Perl

Perl insert bug to MySQL, and How to display it in bugzilla server.
Posted by: lijie Mao
Date: June 07, 2010 03:57AM

Hi,
I can insert a bug to database(Mysql),
My command: insert into bugs(bug_id, assigned_to, bug_severity, bug_status, product_id, reporter, component_id) value(13,"2","Major","NEW",2,2,2)";

and then i use Mysql command: select bug_id from bugs; I can see the newest bug, but it can't display in the bugzilla(GUI).

I want to know what other must i add to the "insert into" command.

Need you help.

Thank you.

Options: ReplyQuote


Subject
Written By
Posted
Perl insert bug to MySQL, and How to display it in bugzilla server.
June 07, 2010 03:57AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.