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

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
  
 
  [[/var/www/html/]]LocalSettings.php
 
  [[/var/www/html/]]LocalSettings.php
 +
 +
$wgDBtype = "mysql";
 +
$wgDBserver = "127.0.0.1";
 +
$wgDBname = "yourdbname";
 +
$wgDBuser = "youruser";
 +
$wgDBpassword = "your_pasword";
 +
$wgDBprefix = "";
 +
$wgDBTableOptions = "ENGINE=[[InnoDB]], DEFAULT CHARSET=binary";
 +
#$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";
  
 
== Related ==
 
== Related ==

Revision as of 18:38, 1 June 2022

This article is a Draft. Help us to complete it.


/var/www/html/LocalSettings.php
$wgDBtype = "mysql";
$wgDBserver = "127.0.0.1";
$wgDBname = "yourdbname";
$wgDBuser = "youruser";
$wgDBpassword = "your_pasword";
$wgDBprefix = "";
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
#$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";

Related

See also

Advertising: