Newer
Older
WebMCR / upload / configs / db.php
@Qexy Qexy on 26 Feb 2016 171 bytes Big update to Beta 1.0
<?php
$db = array (
  'host' => 'localhost',
  'user' => 'root',
  'pass' => '',
  'base' => 'minecraft',
  'port' => 3306,
  'backend' => 'mysqli',
  'log' => true,
);
?>