From 19b5fbe6f03d263ab8e427022156ed7d2bfcaea1 Mon Sep 17 00:00:00 2001 From: wr61 Date: Fri, 4 Feb 2005 17:08:13 +0000 Subject: fix import of sourc and musictype tables git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@435 e10066b5-e1e2-0310-b819-94efdf66514b --- scripts/make-empty-db | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/make-empty-db') diff --git a/scripts/make-empty-db b/scripts/make-empty-db index 3acb512..92ccf75 100755 --- a/scripts/make-empty-db +++ b/scripts/make-empty-db @@ -13,7 +13,7 @@ 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 language;" | mysql -u root --local-infile=1 +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 language;" | mysql -u root --local-infile=1 +echo "use GiantDisc; load data local infile 'sources.txt' into table source;" | mysql -u root --local-infile=1 -- cgit v1.2.3