How do you change the default collation of MySql for rake db:create:all in rails?
- by Matt
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