Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHPmyAdmin optimize error!! 1

Status
Not open for further replies.

ThomasJSmart

Programmer
Joined
Sep 16, 2002
Messages
634
helphelphelp!

i tried to optimize one of my tables in phpmyadmin it produced an error and now mysql cant read the table at all anymore!!

what can i do???
thanks

I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
this is the error msg phpmyadmin is displaying now:

Can't open file: 'content.MYD'. (errno: 144)


I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
fieeuw! that worked,
domdom domdom domdom :P

thanks!

I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
 
K9logic:
Just out of curiosity....

What is the setting on your PHP installation for "output_handler"?

I was having problems of that kind myself recently, thus the reason I was able to supply a fix so quickly. Running OSCommerce e-commerce websites, I would get that error every two or three days on one table or another.

I had "output_handler" set to ob_gz_handler. I removed that setting and I haven't had a problem with table corruption in two weeks (knock wood).


As a note, what I had previously done to keep the sites up was to run a Linux cron job every 15 minutes that ran "show table status". If the "Comment" column contained error information, my cron job automatically ran REPAIR TABLE for the table indicated.

Want the best answers? Ask the best questions: TANSTAAFL!!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top