Manual:RenameDbPrefix.php/de

This page is a translated version of the page Manual:RenameDbPrefix.php and the translation is 62% complete.
MediaWiki Version:
1.13

Details

renameDbPrefix.php file is a maintenance script to change the prefix of database tables.

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

Argumente

Option Description Required
--old Old db prefix; 0 for none Notwendig
--new New db prefix; 0 for none Notwendig

Verwendung

php maintenance/renameDbPrefix.php --old oldDBprefix --new newDBprefix
Terminal

Häufiger Fehler

Invalid prefix!

This error occurs when either the --old or --new value is incorrect.

Siehe auch