summaryrefslogtreecommitdiff
path: root/scripts/make-empty-db
diff options
context:
space:
mode:
authorLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-06 15:08:33 +0000
committerLarsAC <LarsAC@e10066b5-e1e2-0310-b819-94efdf66514b>2005-03-06 15:08:33 +0000
commita649b791972980a387b66ddf9898d62c098eb4fd (patch)
tree1256021ce23e5351ba3fbe450f3516d225c8cc26 /scripts/make-empty-db
parent4cbf6f3589b64b9ab431d74ff499856af07a648d (diff)
downloadvdr-plugin-muggle-a649b791972980a387b66ddf9898d62c098eb4fd.tar.gz
vdr-plugin-muggle-a649b791972980a387b66ddf9898d62c098eb4fd.tar.bz2
Removed database creation stuff which is now done by mugglei
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@545 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'scripts/make-empty-db')
-rwxr-xr-xscripts/make-empty-db19
1 files changed, 2 insertions, 17 deletions
diff --git a/scripts/make-empty-db b/scripts/make-empty-db
index 92ccf75..16c14c5 100755
--- a/scripts/make-empty-db
+++ b/scripts/make-empty-db
@@ -1,19 +1,4 @@
#!/bin/sh
-echo "creating db"
-mysql -u root < createdb.mysql
-
-echo "creating tables"
-mysql -u root < createtables.mysql
-
-echo "reading genres"
-echo " use GiantDisc; load data local infile 'genres.txt' into table genre;"| mysql -u root --local-infile=1
-
-echo "reading languages"
-echo "use GiantDisc; load data local infile 'languages.txt' into table language;" | mysql -u root --local-infile=1
-
-echo "reading musictypes"
-echo "use GiantDisc; load data local infile 'musictypes.txt' into table musictype;" | mysql -u root --local-infile=1
-
-echo "reading sources"
-echo "use GiantDisc; load data local infile 'sources.txt' into table source;" | mysql -u root --local-infile=1
+echo "THIS SCRIPT IS NO LONGER NEEDED."
+echo "SEE THE README"