mysqld.cnf 534 B

1234567891011121314151617181920
  1. [client]
  2. default-character-set=utf8mb4
  3. [mysql]
  4. default-character-set=utf8mb4
  5. [mysqld]
  6. skip-host-cache
  7. skip-name-resolve
  8. default-authentication-plugin=mysql_native_password
  9. sql_mode=STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION
  10. table_open_cache=512
  11. character-set-server=utf8mb4
  12. collation-server=utf8mb4_general_ci
  13. default-time-zone='+8:00'
  14. log-bin=mysql-binlog
  15. binlog-format=ROW
  16. server_id=1
  17. max_connections=1000
  18. max_user_connections=1000
  19. thread_cache_size=64
  20. bind-address = 0.0.0.0