MediaWiki master
mysql.php File Reference

Execute the MySQL client binary, connecting to the wiki's DB. More...

Go to the source code of this file.

Classes

class  MysqlMaintenance
 

Variables

 $maintClass = MysqlMaintenance::class
 

Detailed Description

Execute the MySQL client binary, connecting to the wiki's DB.

Note that this will not do table prefixing or variable substitution. To safely run schema patches, use sql.php.

Note
GPL-2.0-or-later

Definition in file mysql.php.

Variable Documentation

◆ $maintClass

$maintClass = MysqlMaintenance::class

Definition at line 195 of file mysql.php.