Manual:DeleteSelfExternals.php/zh

MediaWiki版本:
1.23
Category:MediaWiki code/zh#DeleteSelfExternals.php

详情

deleteSelfExternals.php文件是一个维护脚本,它从externallinks表中删除对$wgServer的自引用。

It processes 1000 items in every batch.

Options

This script does not take any options.

Usage

php maintenance/run.php deleteSelfExternals
Terminal
In MediaWiki version 1.39.13 and earlier, you must invoke maintenance scripts using php maintenance/scriptName.php instead of php maintenance/run.php scriptName.

See also

Category:Maintenance scripts/zh Category:Database maintenance scripts/zh
Category:Database maintenance scripts/zh Category:Maintenance scripts/zh Category:MediaWiki code/zh