array( 'mysql' => array( 'driver' => 'mysql', 'host' => 'localhost', 'database' => 'ninja', 'username' => 'ninja', 'password' => 'ninja', 'charset' => 'utf8', 'collation' => 'utf8_unicode_ci', 'prefix' => '', ) ) );