From 27a9843da016ffb5d2d36f03b3ae20776528989b Mon Sep 17 00:00:00 2001 From: lvw Date: Sun, 29 Aug 2004 14:07:53 +0000 Subject: Cleaned up input helper scripts git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@126 e10066b5-e1e2-0310-b819-94efdf66514b --- scripts/createdb.mysql | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'scripts/createdb.mysql') diff --git a/scripts/createdb.mysql b/scripts/createdb.mysql index 8b9ea42..b68d90c 100755 --- a/scripts/createdb.mysql +++ b/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; -- cgit v1.2.3