1
2
3
4
5
6
7
| [mysqld]
skip-external-locking
bind-address = 127.0.0.1
skip-name-resolve = 1
sql_mode = ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
query_cache_size = 0
query_cache_type = 0
|