Manuel:RenameDbPrefix.php

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

Détails

Le fichier renameDbPrefix.php est un script de maintenance pour changer le préfixe des tableaux de bases de données.

Run this script after changing $wgDBprefix on a wiki. Le wiki devra avoir un temps d'arrêt pour faire ceci correctement.

Arguments

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

Utilisation

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

Erreurs communes

Invalid prefix!

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

Voir aussi