Skip to content

Instantly share code, notes, and snippets.

View VD171's full-sized avatar

VD $ VD171 @ Priv8 VD171

  • 127.0.0.1
View GitHub Profile
@michaelcontento
michaelcontento / demo.sql
Created June 20, 2011 08:32
MySQL: Insert utf8 via latin1-connection into utf8
--
-- First we create the table with charset=utf8
--
mysql> create table utf8 (msg varchar(10)) default charset=utf8;
Query OK, 0 rows affected (0.00 sec)
--
-- This is out demo-character (remember the hex value!)
--