Guest User

Untitled

a guest
Aug 6th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Symfony 1.4 propel schema.yml: how to set utf8 charset, utf8_collate_ci as collation?
  2. all:
  3. doctrine:
  4. class: sfDoctrineDatabase
  5. param:
  6. dsn: 'mysql:host=localhost;dbname=mydb'
  7. username: myusername
  8. password: mypassword
  9. attributes:
  10. default_table_charset: utf8
  11. default_table_collate: utf8_general_ci
Add Comment
Please, Sign In to add comment