my.cnf 314 B

123456789101112
  1. # The MySQL Client configuration file.
  2. #
  3. # For explanations see
  4. # http://dev.mysql.com/doc/mysql/en/server-system-variables.html
  5. [mysql]
  6. [mysqld]
  7. sql-mode="STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
  8. character-set-server=utf8
  9. innodb_use_native_aio=0
  10. skip-name-resolve