Skip to content

Instantly share code, notes, and snippets.

View ciencia's full-sized avatar

Jesús Martínez Novo ciencia

View GitHub Profile
@ciencia
ciencia / LocalSettings.php
Last active February 26, 2022 11:53
Grabbers
## 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";