Skip to content

Instantly share code, notes, and snippets.

@seyyah
Forked from roktas/my.cnf
Last active August 29, 2015 14:09
Show Gist options
  • Select an option

  • Save seyyah/cf6aacdd10b78f1c9582 to your computer and use it in GitHub Desktop.

Select an option

Save seyyah/cf6aacdd10b78f1c9582 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′
character-set-server=utf8
collation-server=utf8_general_ci
skip-character-set-client-handshake
# ----------------------------------------------------------------------
[client]
default-character-set=utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment