Skip to content

Instantly share code, notes, and snippets.

@manuakasam
Created November 14, 2013 18:37
Show Gist options
  • Select an option

  • Save manuakasam/7472040 to your computer and use it in GitHub Desktop.

Select an option

Save manuakasam/7472040 to your computer and use it in GitHub Desktop.
return array(
'db' => array(
'driver' => 'Pdo',
'dsn' => 'mysql:dbname=xxx;host=xxx',
'driver_options' => array(
PDO::MYSQL_ATTR_INIT_COMMAND => 'SET CHARACTER SET \'UTF8\''
),
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment