On 06-Aug-12 19:33, Jesus Climent wrote: > Hi. > > Please, could you try the following? > > connect to your database under mysql using: > > # echo "desc bugs;" | mysql -u root -p bugs | grep qa_contact > > After the passwd, you should see something LIKE: > > Enter password: > qa_contact mediumint(9) MUL 0 > > If that is correct, then the problem is most likelly to be in bugzilla, but > otherwise the problem might be in the mysql upgrade.
Yes, I get similar output: spark:/var/lib/mysql# echo "desc bugs;" | mysql -u root -p bugzilla | grep qa_contact Enter password: qa_contact mediumint(9) NO MUL 0 Cheers, Gabor -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]