X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-common%2FPortalDDLMySql_2_1_Common.sql;h=7469c60b555a7abae91352ea2fe48cf4cc856810;hb=2549bf22bb097da80e6cf1a9495fb7e76e2f94a8;hp=2cf5b75c449fd973e78f9ac3c29bf57eb330117e;hpb=498b428a661aabf16f288bc8c3dffded35becef6;p=portal.git diff --git a/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql b/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql index 2cf5b75c..7469c60b 100644 --- a/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql +++ b/ecomp-portal-DB-common/PortalDDLMySql_2_1_Common.sql @@ -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