Skip to content

Instantly share code, notes, and snippets.

@XayOn
Created July 17, 2013 07:22
Show Gist options
  • Save XayOn/6018371 to your computer and use it in GitHub Desktop.
Save XayOn/6018371 to your computer and use it in GitHub Desktop.
Put mysql large default config on debian and derivatives
zcat /usr/share/doc/mysql-server-5.5/examples/my-large.cnf.gz > /etc/mysql/my.cnf
# Now, edit the file and in [mysql] section, put:
user = mysql
# And restart the server
service mysql restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment