Fix unknow language option display bug
[portal.git] / ecomp-portal-DB-common / PortalDDLMySql_2_1_Common.sql
index 2cf5b75..7469c60 100644 (file)
@@ -13,6 +13,12 @@ set foreign_key_checks=1;
 
 create database portal;
 
+SET GLOBAL character_set_client     = utf8;
+SET GLOBAL character_set_connection = utf8;
+SET GLOBAL character_set_database   = utf8;
+SET GLOBAL character_set_results    = utf8;
+SET GLOBAL character_set_server     = utf8;
+
 use portal;
 
 -- ------------------ create table section