Skip to content

Instantly share code, notes, and snippets.

View jec006's full-sized avatar

Josh Caldwell jec006

View GitHub Profile
@jec006
jec006 / jed.cnf
Created January 14, 2014 21:47 — forked from jedprentice/jed.cnf
[mysqld]
# Slow Log
#slow_query_log = 1
#log_queries_not_using_indexes = 1
#long_query_time = 1
# Disable DNS lookups for performance
skip_name_resolve
# MySQL >= 5.5.5 uses InnoDB by default, but set it just in case