X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-DB-common%2FPortalDDLMySql_2_1_Common.sql;fp=ecomp-portal-DB-common%2FPortalDDLMySql_2_1_Common.sql;h=7469c60b555a7abae91352ea2fe48cf4cc856810;hb=177e1ae3a46ddf3342f2181925c155805a0f8ba7;hp=2cf5b75c449fd973e78f9ac3c29bf57eb330117e;hpb=3b08ba8bbe81c5615c9be6090e3092598aa85f35;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