Skip to content

Instantly share code, notes, and snippets.

@Lotuashvili
Created November 17, 2014 19:23
Show Gist options
  • Save Lotuashvili/64de8678402affc86b3c to your computer and use it in GitHub Desktop.
Save Lotuashvili/64de8678402affc86b3c to your computer and use it in GitHub Desktop.
Set Mysql Connection Encoding to UTF-8
// Run this after connection
mysql_query("SET character_set_results = 'utf8', character_set_client = 'utf8', character_set_connection = 'utf8', character_set_database = 'utf8', character_set_server = 'utf8'")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment