Clean out a large MediaWiki text table
Posted
by
Bart van Heukelom
on Server Fault
See other posts from Server Fault
or by Bart van Heukelom
Published on 2012-04-14T16:56:27Z
Indexed on
2012/04/14
17:31 UTC
Read the original article
Hit count: 207
I just discovered that an old MediaWiki of mine was infested with spam, and the database table named "text" (which contains the page content) is 3GB large. I've deleted all the spam pages manually, but:
- The table is still the same size.
- I wonder how it got to 3GB anyway. There wasn't that much spam (about a hundred medium-sized pages)
How can I get rid of this mess?
If you want to inspect the wiki, it's over here. The database is MySQL 5.0.75.
© Server Fault or respective owner