Skip to content

Instantly share code, notes, and snippets.

@mkorostoff
Created June 30, 2014 20:50
Show Gist options
  • Save mkorostoff/d5c2a7241361fc2bb80b to your computer and use it in GitHub Desktop.
Save mkorostoff/d5c2a7241361fc2bb80b to your computer and use it in GitHub Desktop.
<?php
$databases = array (
'default' =>
array (
'default' =>
array (
'database' => 'master',
'username' => 'root',
'password' => '',
'host' => '127.0.0.1',
'port' => '3306',
'driver' => 'mysql',
'prefix' => '',
),
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment