From: Dan F. <dfr...@cs...> - 2005-05-12 16:38:39
|
Dwayne Hottinger wrote: > Why would a tmp file get the wrong permissions? I don't know. Scary. > How do I go about fixing such? If it were me, I'd probably look at the temp file, see if I can figure out what's going on. There's no way to tell you how to do this. Find out what a .MYI file is. It has something to do with MySQL. Google for your problem. For example, try to find a corresponding .MYI file in your MySQL directories. If I couldn't figure it out, I'd probably shut down mysql, then sudo rm the temp file, then start up mysql again. This might ruin your system, no guarantees. If it were me, that's what I'd do, though. Dan |