On Fri, Apr 15, 2011 at 10:54 PM, eco <[email protected]> wrote:

> Hello, mediawiki in 1.16.2, and I want to replace certain characters
> at once Page, DB
>  Could you tell me that you have stored anywhere in the table? Thank you.
>

For a general overview start at
http://www.mediawiki.org/wiki/Manual:Database_layout

You'll want to follow from the 'page' table to 'revision' to 'text', where
the raw text of (potentially multiple) revisions is stored. In most cases
this is a simple text blob, but be aware that some sites may be using
compression or external storage which complicates matters.

-- brion
_______________________________________________
MediaWiki-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-l

Reply via email to