We have old Bugzilla installed 2.20 install Debian Sarge 32bit with MySQL 4.0 Server running fine. Unfortunately from Yesterday noon, It started through error stating below.
DBD::mysql::st execute failed: The table '**attachments' is full** [for Statement "INSERT INTO attachments
(thedata, bug_id, creation_ts, filename, description,
mimetype, ispatch, isprivate, submitter_id)
VALUES (?, 8983, '2014-05-07 11:21:05', 'RE #8983-Tool-form - Bug #9270 (1).msg',
'Email flows for questions/clarificatios', 'application/octet-stream', 0,
0, 165)"] at /var/www/1503/attachment.cgi line 943
main::insert() called at /var/www/1503/attachment.cgi line 94
By the above error I understood that, The attachments table is full & checked it with command show table status like 'attachments' \G
I want know to how do I fix this issue or increase the size of table. Please help to fix this issue.