Hi All,
I'm entering data into Bugzilla through MySql db with a one text file
for "bugs" and "longdescs" to check concept for one entry, then if it
is works I'll create script which will take care and enter all old
bugs.
$mysqlimport bugs bugs.txt -u val -p
bugs.bugs: Records: 4 Deleted: 0 Skipped: 1 Warnings: 91
$mysqlimport bugs longdescs.txt -u val -p
bugs.longdescs: Records: 1 Deleted: 0 Skipped: 0 Warnings: 0
then I run ./checksetup.pl,
check entry in MySql:
select * from bugs where bug_id=300;
select * from longdescs where bug_id=300;
but even I can see bug in the "Bug List", when I hit it and move in,
all fields such as S, Product, etc. are empty.
Did I did something wrong, maybe I need to use other table?
Thank you for help,
Val
support-bugzilla mailing list
support-bugzilla (AT) lists (DOT) mozilla.org
PLEASE put support-bugzilla (AT) lists (DOT) mozilla.org in the To: field when you reply.