CREATE TABLE IF NOT EXISTS `utftbl` ( `spalte` varchar(256) collate utf8_unicode_ci NOT NULL, `id` tinyint(4) NOT NULL auto_increment, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=1 ;