View Single Post
Mavrick4283
Veteran Member
Join Date: Apr 2010
Location: 127.0.0.1@root
Old 11-23-2012 , 14:10   Re: Frequently Asked Questions (FAQ)
#21

Q: Help, my mysql table is crashed!
Q: Repairing my mysql table does not work!

A:Use the following command in sql / phpmyadmi


Code:
REPAIR TABLE `<crashed table name>`
OPTIMIZE TABLE `<crashed table name>`
Replace '<crashed table name>' with your table name.
__________________
Mavrick4283 is offline