Skip to content

Instantly share code, notes, and snippets.

@Nek-
Created May 8, 2012 21:28
Show Gist options
  • Save Nek-/2639467 to your computer and use it in GitHub Desktop.
Save Nek-/2639467 to your computer and use it in GitHub Desktop.
probable fix doctrine utf-8 columns (but fails)
dbal:
default_connection: default
connections:
default:
charset: utf8
@sylwit
Copy link

sylwit commented May 8, 2012

default-character-set=utf8
default-collation=utf8_unicode_ci
character_set_server=utf8
collation_server=utf8_unicode_ci

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment