Tell me more ×
Database Administrators Stack Exchange is a question and answer site for database professionals who wish to improve their database skills and learn from others in the community. It's 100% free, no registration required.

In my.ini mysql file, i have this :

[mysqld]
collation-server = utf8_general_ci
character-set-server = utf8

When i create my database with "doctrine:database:create", my collation db is in utf8_general_ci ==> it's good but when i create a table with the entities generator and then i use the command "doctrine:schema:update", doctrine set the collate to utf8_unicode_ci and not utf8_general_ci for my table.

share|improve this question

migrated from stackoverflow.com Nov 22 '12 at 15:12

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.