Difference between revisions of "/var/www/html/LocalSettings.php (file)"

From wikieduonline
Jump to navigation Jump to search
(Created page with " /var/www/html/LocalSettings.php == See also == * {{mediawiki}} Category:Web")
 
 
(17 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

Advertising: