diff options
Diffstat (limited to 'scripts/make-tables')
-rwxr-xr-x | scripts/make-tables | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/scripts/make-tables b/scripts/make-tables deleted file mode 100755 index 1dc9c01..0000000 --- a/scripts/make-tables +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -################################################## -# -# GiantDisc mp3 Jukebox -# -# © 2000-2002, Rolf Brugger -# -################################################## - -cd /home/andi/muggle/import - -echo "creating tables" -mysql < createtables.mysql - -echo "reading genres" -mysql --local-infile=1 < readgenres.mysql - -echo "reading languages" -mysql --local-infile=1 < readlanguages.mysql - -echo "reading musictypes" -mysql --local-infile=1 < readmusictypes.mysql - -echo "reading sources" -mysql --local-infile=1 < readsources.mysql |