git://scientific.zcu.cz
/
hadoop-jobstat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727949c
)
Fix init script.
author
František Dvořák
<valtri@civ.zcu.cz>
Fri, 6 Mar 2015 14:29:23 +0000
(15:29 +0100)
committer
František Dvořák
<valtri@civ.zcu.cz>
Fri, 6 Mar 2015 14:29:23 +0000
(15:29 +0100)
init.sql
patch
|
blob
|
blame
|
history
diff --git
a/init.sql
b/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