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

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
 
  $wgDBpassword = "yourpassword";
 
  $wgDBpassword = "yourpassword";
 
  $wgDBprefix = "";
 
  $wgDBprefix = "";
  $wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";
+
  $wgDBTableOptions = "ENGINE=[[InnoDB]], DEFAULT CHARSET=binary";
 
  #$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";
 
  #$wgDebugLogFile = "/var/log/your_db_name/debug-{$wgDBname}.log";
  

Revision as of 18:41, 1 June 2022

/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";

See also

Advertising: