Guest User

Untitled

a guest
Aug 5th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Doctrine2: How to set all tables to collate with UTF8
  2. doctrine:
  3. dbal:
  4. driver: %database_driver%
  5. host: %database_host%
  6. port: %database_port%
  7. dbname: %database_name%
  8. user: %database_user%
  9. password: %database_password%
  10. charset: UTF8
  11.  
  12. collate: utf8_unicode_ci
Add Comment
Please, Sign In to add comment