Mysql utf8mb4

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 :stuck_out_tongue:

[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!

1 Like

@sergigp thanks for posting! Bump. In the exact same boat and would love to know how to update my.cnf and restart mysql through the docker container. Can this be done through docker run commands?

Going to look into making my own instance, but would love to ne able to pass through mysql server configs to docker so we can tweak things like encoding, etc.

Thanks all!

  • Chris