summaryrefslogtreecommitdiff
path: root/muggle-plugin/scripts/createdb.mysql
diff options
context:
space:
mode:
authorlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-08-29 14:07:53 +0000
committerlvw <lvw@e10066b5-e1e2-0310-b819-94efdf66514b>2004-08-29 14:07:53 +0000
commit254990b15f584578aeca3d361010d2bfa5f3d111 (patch)
tree9b87e2064fbb0b0ccbdb43563150052c66ec8a69 /muggle-plugin/scripts/createdb.mysql
parenta165f982bed4670c9f3f99ca141227a6ca7f5b85 (diff)
downloadvdr-plugin-muggle-254990b15f584578aeca3d361010d2bfa5f3d111.tar.gz
vdr-plugin-muggle-254990b15f584578aeca3d361010d2bfa5f3d111.tar.bz2
Cleaned up input helper scripts
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@126 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/scripts/createdb.mysql')
-rwxr-xr-xmuggle-plugin/scripts/createdb.mysql5
1 files changed, 2 insertions, 3 deletions
diff --git a/muggle-plugin/scripts/createdb.mysql b/muggle-plugin/scripts/createdb.mysql
index 8b9ea42..b68d90c 100755
--- a/muggle-plugin/scripts/createdb.mysql
+++ b/muggle-plugin/scripts/createdb.mysql
@@ -4,7 +4,6 @@
DROP DATABASE IF EXISTS GiantDisc;
CREATE DATABASE GiantDisc;
use GiantDisc;
-grant all privileges on GiantDisc.* to music@'%';
-grant all privileges on GiantDisc.* to music@localhost;
-grant all privileges on GiantDisc.* to apache@localhost with grant option;
+grant all privileges on GiantDisc.* to vdr@'%';
+grant all privileges on GiantDisc.* to vdr@localhost;