Search code examples
mediawiki

what table in mediawiki Database hold the page content


What table in the mediawiki database holds the page content? I want to access the mediawiki's database directly.


Solution

  • You can take a look at the database layout of MediaWiki. The page content is located in the table text (on PostgreSQL it seems to be pagecontent)