Fix unknow language option display bug 34/86634/1
authorshentao999 <shentao@chinamobile.com>
Tue, 30 Apr 2019 14:54:15 +0000 (22:54 +0800)
committershentao999 <shentao@chinamobile.com>
Tue, 30 Apr 2019 14:54:16 +0000 (22:54 +0800)
Change-Id: Ice97b508145a057ec07b7db584f20a27fa16ad3d
Issue-ID: PORTAL-565
Signed-off-by: shentao999 <shentao@chinamobile.com>
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