# Applied to the active MySQL 5.6 [mysqld] section by configure-mysql.py. # Compatibility mode intentionally removes STRICT_TRANS_TABLES. [mysqld] sql-mode="NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION" character-set-server=utf8mb4 collation-server=utf8mb4_unicode_ci skip-name-resolve=1 max_connections=500 max_allowed_packet=128M innodb_file_per_table=1