Fix init script.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 6 Mar 2015 14:29:23 +0000 (15:29 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Fri, 6 Mar 2015 14:29:23 +0000 (15:29 +0100)
init.sql

index f9f2189..dbe9f7c 100644 (file)
--- a/init.sql
+++ b/init.sql
@@ -1,3 +1,4 @@
 CREATE DATABASE hadoop;
 GRANT INSERT,UPDATE,DELETE,SELECT ON hadoop.* TO hadoop@localhost;
+USE hadoop;
 \. create.sql