HalimKim commented on code in PR #27:
URL: https://github.com/apache/bigtop-manager/pull/27#discussion_r1694617535


##########
bigtop-manager-server/src/main/resources/ddl/MySQL-DDL-CREATE.sql:
##########
@@ -22,24 +22,49 @@
 -- DROP DATABASE IF EXISTS `ambari`;
 -- DROP USER `ambari`;
 
-# delimiter ;
+#
+delimiter ;
 
-# CREATE DATABASE `bigtop_manager` /*!40100 DEFAULT CHARACTER SET utf8 */;
+# CREATE
+DATABASE `bigtop_manager` /*!40100 DEFAULT CHARACTER SET utf8 */;
 #
-# CREATE USER 'bigtop_manager' IDENTIFIED BY 'bigdata';
+# CREATE
+USER 'bigtop_manager' IDENTIFIED BY 'bigdata';
 
-# USE @schema;
+#
+USE @schema;

Review Comment:
   oops, my IDE did that i will correct this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@bigtop.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to