Created
December 13, 2010 23:13
-
-
Save roktas/739778 to your computer and use it in GitHub Desktop.
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
[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
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