Skip to content

Commit

Permalink
Merge pull request #28 from suvdeep/patch-1
Browse files Browse the repository at this point in the history
Update setup-debian.sh
  • Loading branch information
xeoncross committed Dec 4, 2014
2 parents 9155894 + 1905ec1 commit 093e980
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -244,18 +244,19 @@ function install_mysql {
[mysqld]
key_buffer = 12M
query_cache_size = 0
table_cache = 32
table_open_cache = 32 # ----- edited for newer versions of mysql
init_connect='SET collation_connection = utf8_unicode_ci'
init_connect='SET NAMES utf8'
character-set-server = utf8
collation-server = utf8_unicode_ci
skip-character-set-client-handshake
default-tmp-storage-engine=myisam # ----- added for newer versions of mysql
default_storage_engine=MyISAM
skip-innodb
log-slow-queries=/var/log/mysql/slow-queries.log
#log-slow-queries=/var/log/mysql/slow-queries.log --- error in newer versions of mysql
[client]
default-character-set = utf8
Expand Down

0 comments on commit 093e980

Please sign in to comment.