Manual:PruneUnusedLinkTargetRows.php/ja

This page is a translated version of the page Manual:PruneUnusedLinkTargetRows.php and the translation is 18% complete.
MediaWiki バージョン:
1.18

詳細

pruneUnusedLinkTargetRows.php file is a maintenance script to prune unused rows in linktarget table.

Options/Arguments

Option Description Default Required?
--sleep Sleep time (in seconds) between every batch. 0 省略可能
--start Start after this lt_id 省略可能

使用法

php maintenance/run.php pruneUnusedLinkTargetRows [ --sleep seconds ] [ --start lt_id ]
Terminal
MediaWiki バージョン 1.39.12 以前では、メンテナンス スクリプトを php maintenance/run.php scriptName ではなく php maintenance/scriptName.php を使用して実行する必要があります。