Download the PHP package mediawiki/percona-db without Composer
On this page you can find all versions of the php package mediawiki/percona-db. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mediawiki/percona-db
More information about mediawiki/percona-db
Files in mediawiki/percona-db
Package percona-db
Short Description An extension that enables the percona DB
License GPL-3.0-or-later
Homepage https://www.mediawiki.org/wiki/Extension:PerconaDB
Informations about the package percona-db
- Percona XtraDB on MediaWiki
You must set the environment variable =MW_INSTALL_PATH= to your mediawiki root to use this extension.
In order to install on a Percona DB this extension tells [[https://getcomposer.org/][composer]] how to autoload it. This is necessary so that when you specify “percona” as the db type during installation, it can find the right db driver. It also allows MediaWiki to use [[https://www.mediawiki.org/wiki/Manual:$wgDBtype][$wgDBtype]] to find the provided =DatabasePercona= class.
Because of this bootstrapping, composer's autoloader needs to be able to use MediaWiki's autoloader and we make it available by loading [[https://www.mediawiki.org/wiki/Manual:AutoLoader.php][$MW_INSTALL_PATH/includes/AutoLoader.php]].