Skip to content

Commit

Permalink
Merge pull request #19 from cwaffles/master
Browse files Browse the repository at this point in the history
Set Mysql to be UTF8
  • Loading branch information
xeoncross committed Jun 24, 2013
2 parents ae543bc + b9ed1b8 commit d458010
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -247,8 +247,10 @@ query_cache_size = 0
table_cache = 32
init_connect='SET collation_connection = utf8_unicode_ci'
character-set-server = utf8
collation-server = utf8_unicode_ci
init_connect='SET NAMES utf8'
character-set-server = utf8
collation-server = utf8_unicode_ci
skip-character-set-client-handshake
default_storage_engine=MyISAM
skip-innodb
Expand Down

0 comments on commit d458010

Please sign in to comment.