my.cnf 468 B

1234567891011121314
  1. [mysqld]
  2. character-set-client-handshake = FALSE
  3. character-set-server = utf8mb4
  4. collation-server = utf8mb4_unicode_ci
  5. #innodb_file_per_table = TRUE
  6. #innodb_file_format = barracuda
  7. #innodb_large_prefix = TRUE
  8. #sql_mode=IGNORE_SPACE,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
  9. [client]
  10. default-character-set = utf8mb4
  11. [mysql]
  12. default-character-set = utf8mb4