Example database initialization.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Mar 2015 23:04:23 +0000 (00:04 +0100)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 4 Mar 2015 23:04:23 +0000 (00:04 +0100)
init.sql [new file with mode: 0644]

diff --git a/init.sql b/init.sql
new file mode 100644 (file)
index 0000000..f9f2189
--- /dev/null
+++ b/init.sql
@@ -0,0 +1,3 @@
+CREATE DATABASE hadoop;
+GRANT INSERT,UPDATE,DELETE,SELECT ON hadoop.* TO hadoop@localhost;
+\. create.sql