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
-- | |
-- 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!) | |
-- |
NewerOlder