How do you change the default collation of MySql for rake db:create:all in rails?
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-05-14T08:19:17Z
Indexed on
2010/05/14
8:24 UTC
Read the original article
Hit count: 267
In my rails app I am running rake db:create:all in order to create the databases and I am prompted that the collations do not match. Is there a way to change the default MySQL collation? If not what is the best way around this? Thanks
© Stack Overflow or respective owner