Skip to content

Instantly share code, notes, and snippets.

@rubendob
Created September 30, 2012 18:24
Show Gist options
  • Save rubendob/3808066 to your computer and use it in GitHub Desktop.
Save rubendob/3808066 to your computer and use it in GitHub Desktop.
MySQL 5.5 conf
[mysqld]
datadir=/var/lib/mysql
socket=/var/lib/mysql/mysql.sock
user=mysql
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
# Global Settings
thread_cache_size=4
# Cache Settings
query_cache_size=8M
[mysqld_safe]
log-error=/var/log/mysqld.log
pid-file=/var/run/mysqld/mysqld.pid
@rubendob
Copy link
Author

Caché interna de queries MySQL habiltitada

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment