Closed pmeads closed 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
:sparkles:
@stevenolen maybe we can do this one at the same time as the auth change?
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