From 11c401cc2cf52994d2c213ae6b36becda57562ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ale=C5=A1=20K=C5=99enek?= Date: Wed, 18 Aug 2004 14:54:41 +0000 Subject: [PATCH] Table creation statements only -- others are configuration dependent --- org.glite.lb.server/config/glite-lb-dbsetup.sql | 4 ---- 1 file changed, 4 deletions(-) diff --git a/org.glite.lb.server/config/glite-lb-dbsetup.sql b/org.glite.lb.server/config/glite-lb-dbsetup.sql index 9d127b6..af04974 100644 --- a/org.glite.lb.server/config/glite-lb-dbsetup.sql +++ b/org.glite.lb.server/config/glite-lb-dbsetup.sql @@ -1,7 +1,3 @@ -CREATE DATABASE lbserver20; -GRANT ALL PRIVILEGES ON lbserver20.* TO lbserver@localhost IDENTIFIED BY ''; -USE lbserver20; - create table jobs ( jobid char(32) binary not null, dg_jobid varchar(255) binary not null, -- 1.8.2.3