Skip to content

Instantly share code, notes, and snippets.

View SKSJeffrey's full-sized avatar

Jeffrey Wen SKSJeffrey

  • SKS Bottle & Packaging
  • United States
View GitHub Profile
@SKSJeffrey
SKSJeffrey / mysql-utf8mb4-barracuda - ideal world solution
Last active April 18, 2017 14:44 — forked from v1nc3ntlaw/mysql-utf8mb4-barracuda
MySQL using utf8mb4 and innodb_file_format Barracuda settings
[mysqld]
init_connect='SET collation_connection = utf8mb4_unicode_ci'
init_connect='SET NAMES utf8mb4'
character-set-server = utf8mb4
character-set-client = utf8mb4
collation-server = utf8mb4_unicode_ci
skip-character-set-client-handshake
innodb_file_format = Barracuda