Table creation statements only -- others are configuration dependent
authorAleš Křenek <ljocha@ics.muni.cz>
Wed, 18 Aug 2004 14:54:41 +0000 (14:54 +0000)
committerAleš Křenek <ljocha@ics.muni.cz>
Wed, 18 Aug 2004 14:54:41 +0000 (14:54 +0000)
org.glite.lb.server/config/glite-lb-dbsetup.sql

index 9d127b6..af04974 100644 (file)
@@ -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,