diff options
Diffstat (limited to 'muggle-plugin/README')
| -rw-r--r-- | muggle-plugin/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muggle-plugin/README b/muggle-plugin/README index ed769c0..0b6fd1a 100644 --- a/muggle-plugin/README +++ b/muggle-plugin/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 |
