Skip to content

Instantly share code, notes, and snippets.

@cloudwales
Created March 1, 2017 16:14
Show Gist options
  • Save cloudwales/ae31369a7895dbf39f8598ad9a700a6e to your computer and use it in GitHub Desktop.
Save cloudwales/ae31369a7895dbf39f8598ad9a700a6e to your computer and use it in GitHub Desktop.
Database.php
<?php
'mysql' => array(
'driver' => 'mysql',
'host' => $host,
'database' => $database,
'username' => $username,
'password' => $password,
'charset' => 'utf8',
'collation' => 'utf8_unicode_ci',
'prefix' => '',
),
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment