summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-04 17:08:13 +0000
committerwr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b>2005-02-04 17:08:13 +0000
commit19b5fbe6f03d263ab8e427022156ed7d2bfcaea1 (patch)
treeb178decd7d936b7d6d72d926ee1bb8f59c16a648 /README
parent85e8bd199eddfe0245b77c38813f402f29380de5 (diff)
downloadvdr-plugin-muggle-19b5fbe6f03d263ab8e427022156ed7d2bfcaea1.tar.gz
vdr-plugin-muggle-19b5fbe6f03d263ab8e427022156ed7d2bfcaea1.tar.bz2
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
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index ed769c0..0b6fd1a 100644
--- a/README
+++ b/README
@@ -122,10 +122,10 @@ Execute these commands on a single line, the \ for the linebreak ist just for pr
echo "use GiantDisc; load data local infile 'languages.txt' into table language;" | \
mysql -u root --local-infile=1
- echo "use GiantDisc; load data local infile 'musictypes.txt' into table language;" | \
+ echo "use GiantDisc; load data local infile 'musictypes.txt' into table musictype;" | \
mysql -u root --local-infile=1
- echo "use GiantDisc; load data local infile 'sources.txt' into table language;" | \
+ echo "use GiantDisc; load data local infile 'sources.txt' into table source;" | \
mysql -u root --local-infile=1
\endverbatim