Skip to content

Instantly share code, notes, and snippets.

@gdemir
Forked from roktas/my.cnf
Created January 21, 2011 15:39
Show Gist options
  • Save gdemir/789850 to your computer and use it in GitHub Desktop.
Save gdemir/789850 to your computer and use it in GitHub Desktop.
[mysqld]
# ----------------------------------------------------------------------
# UTF-8 temiz bir mysql için ilgili yapılandırma
# ----------------------------------------------------------------------
init_connect=’SET collation_connection = utf8_general_ci’
init_connect=’SET NAMES utf8′
default-character-set=utf8
character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake
# ----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment