Closed
Bug 110338
Opened 24 years ago
Closed 24 years ago
I lost my table "bugs".
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: nmacklin, Assigned: justdave)
Details
I lost my table "bugs".
After a reboot of the computer that hosts Bugzilla, I received the
following error whenever I moved beyond the index.html page:
show columns from bugs: Can't find file: './bugs/bugs.frm'
(errno: 13) at globals.pl line 148.
For help, please send mail to the webmaster
(nmacklin@yale.cri-dsp.com), giving this error message and the time and
date of the error.
After checking the tables in my "bugs" database, an attempt to access
the "bugs" table, using SELECT * FROM bugs;, produced:
Error 1017: Can't find file: './bugs/bugs.frm' (errno: 13)
I realize that I have lost all the bugs in my database, but how can I
rebuild the "bugs" table (structure), without having to reload mysql?
Are there SQL commands that can help me? Like "CREATE TABLE bugs,
...(what fields?);
| Assignee | ||
Comment 1•24 years ago
|
||
run checksetup.pl again. It'll recreate any table structure that's missing.
This is probably better asked on the newsgroup/mailing list
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Severity: blocker → trivial
Updated•13 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•