MediaWiki master
renameDbPrefix.php File Reference

Change the prefix of database tables. More...

Go to the source code of this file.

Classes

class  RenameDbPrefix
 Maintenance script that changes the prefix of database tables. More...
 

Variables

 $maintClass = RenameDbPrefix::class
 

Detailed Description

Change the prefix of database tables.

Run this script to after changing $wgDBprefix on a wiki. The wiki will have to get downtime to do this correctly.

Note
GPL-2.0-or-later

Definition in file renameDbPrefix.php.

Variable Documentation

◆ $maintClass

$maintClass = RenameDbPrefix::class

Definition at line 89 of file renameDbPrefix.php.