Difference between revisions of "/var/www/html/LocalSettings.php (file)"
Jump to navigation
Jump to search
(16 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[/var/www/html/]]LocalSettings.php | [[/var/www/html/]]LocalSettings.php | ||
− | + | $wgDBtype = "mysql"; | |
+ | $wgDBserver = "127.0.0.1"; | ||
+ | $wgDBname = "yourdbname"; | ||
+ | $wgDBuser = "yourdbuser"; | ||
+ | $wgDBpassword = "yourpassword"; | ||
+ | $wgDBprefix = ""; | ||
+ | $wgDBTableOptions = "ENGINE=[[InnoDB]], DEFAULT CHARSET=binary"; | ||
+ | #$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log"; | ||
+ | |||
+ | cat [[LocalSettings.php (file)|LocalSettings.php]] | grep [[wfLoadExtension]] | ||
+ | |||
+ | [[Skins]]: | ||
+ | <code>[[wfLoadSkin]]</code> | ||
+ | |||
+ | == Related == | ||
+ | * [[Manual:RevisionDelete]] | ||
+ | * <code>[[systemctl restart nginx]] && [[systemctl status nginx]]</code> | ||
+ | * https://www.mediawiki.org/wiki/Snippets/Load_an_additional_JavaScript_or_stylesheet_file_on_all_pages | ||
+ | * <code>[[$wgAllowExternalImages]]</code> | ||
+ | * <code>[[wfLoadExtension]]</code> | ||
+ | * <code>[[$wgDefaultSkin]]</code> | ||
+ | * <code>[[$wgPingback]]</code> | ||
+ | * <code>[[$wgUseInstantCommons]]</code> | ||
+ | * <code>[[Vector skin]]</code> | ||
== See also == | == See also == |
Latest revision as of 13:26, 11 December 2023
/var/www/html/LocalSettings.php
$wgDBtype = "mysql"; $wgDBserver = "127.0.0.1"; $wgDBname = "yourdbname"; $wgDBuser = "yourdbuser"; $wgDBpassword = "yourpassword"; $wgDBprefix = ""; $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; #$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";
cat LocalSettings.php | grep wfLoadExtension
wfLoadSkin
Related[edit]
See also[edit]
Advertising: