Created
July 17, 2013 07:22
-
-
Save XayOn/6018371 to your computer and use it in GitHub Desktop.
Put mysql large default config on debian and derivatives
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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