MySQL изменение по умолчанию сопоставление
//Server side, so every new table will be utf8 unicode
SET character_set_server = 'utf8';
SET collation_server = 'utf8_unicode_ci';
portapipe