database.php

  1. <?php
  2.  
  3. // Specify just the params you need to change from default.
  4. // 'path' is required.
  5. $config = array(
  6. 'host' => 'localhost',
  7. 'port' => '3306',
  8. 'username' => 'root',
  9. 'password' => '',
  10. 'path' => '',
  11. );
  12.