universityofcalifornia / NeXt

UC NeXt is a Rails app for fostering IT collaboration amongst the various UC campuses.
https://ucnext.org
Other
11 stars 11 forks source link

Update charset to allow 4 byte chars/emoji (#334) #420

Closed pmeads closed 8 years ago

pmeads commented 8 years ago

For this to work, the server's my.cnf (/etc/my.cnf) needs the following init directives:

[mysqld] character-set-client-handshake = FALSE character_set_server = utf8mb4 collation_server = utf8mb4_unicode_ci

jshslsky commented 8 years ago

:sparkles:

jshslsky commented 8 years ago

@stevenolen maybe we can do this one at the same time as the auth change?