Hi guys,
First of all congrats for building CircleCi. It’s amazing!
I’m doing an application based on mysql database which needs to setup this settings to have emoji support. Sorry, I’m not a mysql expert
[mysqld]
character-set-server=utf8mb4
[mysql]
default-character-set=utf8mb4
I’ve looking the doc and i didn’t see anything about these options. Can I set up CircleCI Mysql with this? Can I do something like what’s described in this post (http://blog.arvidandersson.se/2015/10/05/circleci-rails-postgresql-collations) but with mysql?
Regards an thank you guys!