PDA

View Full Version : Attachment Mass prune from mysql


Larry@IOG
07-19-2003, 03:37 AM
I have to delete alot of attachments is there any way to do so?

My attachment database is over 550 megs

Larry

Velocd
07-19-2003, 03:43 AM
Run this query through PHPMyAdmin:
OPTIMIZE TABLE attachment;

To my recollection, it should solve your problem.

If not, I would delete some old columns through PHPMyAdmin. ;)

Larry@IOG
07-25-2003, 08:46 PM
How do you mass delete old tables?

Larry

NTLDR
07-25-2003, 09:14 PM
DROP table_name