Created
March 1, 2017 16:14
-
-
Save cloudwales/ae31369a7895dbf39f8598ad9a700a6e to your computer and use it in GitHub Desktop.
Database.php
This file contains hidden or 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
<?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