Skip to content

Instantly share code, notes, and snippets.

@roktas
Created December 13, 2010 23:13
Show Gist options
  • Save roktas/739778 to your computer and use it in GitHub Desktop.
Save roktas/739778 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
# ----------------------------------------------------------------------
@gdemir
Copy link

gdemir commented Jan 21, 2011

Hocam, ancak şimdi deneyebildim bunu sanal makinamda,
çok güzel çalışıyor, sorun yok. Gerçekten temiz olmuş hocam.
burada da anlatılıyor : temiz-utf8-mysql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment