Changed DB script back to Dublin
[portal.git] / ecomp-portal-DB-common / PortalDDLMySql_2_1_Common.sql
index 024f067..7469c60 100644 (file)
 -- -----------------------------------------------------------------------------------------------------------------
 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;
 
-create database portal;
-
 use portal;
 
 -- ------------------ create table section