Manual:clearInterwikiCache.php
From Linux Web Expert
<td class="mw-version-versionbox" title="<translate nowrap> The latest stable version is <tvar name=1>1.41</tvar></translate>">
<translate> ≥</translate> 1.21
<translate> MediaWiki version:</translate> |
MediaWiki ファイル: clearInterwikiCache.php | |
---|---|
場所: | maintenance/ |
ソース コード: | master • 1.41.1 • 1.40.3 • 1.39.7 |
クラス: | ClearInterwikiCache |
詳細
clearInterwikiCache.php is a maintenance script to clear the interwiki links for all languages in memcached .
This script will clear the interwiki cache on all databases configured in
$wgLocalDatabases
. If there's no database configured, this script will do nothing. <translate> task <tvar name=1>T289704</tvar></translate> を参照してください
オプション/引数
このスクリプトにはオプションはありません。
使用法
php maintenance/clearInterwikiCache.php
Terminal
$ php maintenance/clearInterwikiCache.php wikipedia...done meta...done news...done
Troubleshooting
<translate> Tracked in [[<tvar name=1>phabricator:</tvar>|Phabricator]]</translate>
<translate> Task <tvar name=1>T289704</tvar></translate>
<translate> Task <tvar name=1>T289704</tvar></translate>
If the script does not output anything it means nothing was done because you have no "local database". This problem is caused by the default value of the $wgLocalDatabases configuration. This behavior deserves further explanation but the quick workaround is to add your database name to that array.