From: Aleš Křenek Date: Wed, 18 Aug 2004 14:54:41 +0000 (+0000) Subject: Table creation statements only -- others are configuration dependent X-Git-Tag: merge_gss2scm_dst~2 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=11c401cc2cf52994d2c213ae6b36becda57562ad;p=jra1mw.git Table creation statements only -- others are configuration dependent --- 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,