Skip to content

Instantly share code, notes, and snippets.

@xeoncross
Created January 4, 2011 04:07
Show Gist options
  • Save xeoncross/764375 to your computer and use it in GitHub Desktop.
Save xeoncross/764375 to your computer and use it in GitHub Desktop.
My default MySQL 5+ config for shared VPS using UTF-8
# Currently don't have most of the conf finalized - will update this when I do.
[mysqld]
init_connect='SET collation_connection = utf8_general_ci; 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