Extension:PerconaDB

From mediawiki.org
MediaWiki extensions manual
PerconaDB
Release status: unknown
Author(s) Mark A. Hershberger
MediaWiki >= 1.31.0
Composer mediawiki/percona-db
License GNU General Public License 3.0 or later
Download

The PerconaDB extension allows MediaWiki wikis to use a Percona database.

Installation[edit]

  • Download and place the file(s) in a directory called PerconaDB in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'PerconaDB' );
    
  • Yes Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.