Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. FROM mariadb
  2.  
  3. RUN { \
  4. echo '[mysqld]'; \
  5. echo 'character-set-server=utf8mb4'; \
  6. echo 'collation-server=utf8mb4_unicode_ci'; \
  7. } > /etc/mysql/conf.d/charset.cnf
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement