View Single Post
  #2   Report Post  
Old 18-04-2003, 07:08 PM
Luke Tulkas
 
Posts: n/a
Default Still can't get to the gallery!


"Helena Handbasket" wrote in message
...
I sure hope it gets working soon. I've missed my daily fix for days!


It says:


Database error: Invalid SQL: INSERT INTO internetbonsaiclub_log (userid,
forum, action, thread, note_id, ip) VALUES ('guest',
'internetbonsaiclub_ibcgallery', 'view', '1050596753', '1050596753',
'219.166.112.114')
[1016] Can't open file: 'internetbonsaiclub_log.MYI'. (errno: 145)
Session halted.


Somebody must have messed with the internals of mysql database. Namely
..MYI file that can't be opened is a part of internetbonsaiclub_log
table, the _index_ part. It's either deleted, or the process doesn't
have permition to write (in)to it. If the file is just missing (and the
other two parts, form and data, are still there) it can be rebuilt using
one of the mysql recovery tools. If data is also gone, then (judging
from the table name and SQL sentence above) just some of the traffic
data will be lost. Not worth getting worried about. Strange, though,
that the problem goes unnoticed by an admin for so long.