This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## Database settings | |
$wgDBtype = "mysql"; | |
$wgDBserver = "localhost:/mnt/tmpgrab/mysql/mysql.sock"; | |
$wgDBname = "grabber"; | |
$wgDBuser = "grabber"; | |
$wgDBpassword = "grabber"; | |
# MySQL table options to use during installation or update | |
$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary"; |