diff options
| author | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-04 17:08:13 +0000 |
|---|---|---|
| committer | wr61 <wr61@e10066b5-e1e2-0310-b819-94efdf66514b> | 2005-02-04 17:08:13 +0000 |
| commit | f4cd003ec36478f58edbccaebdf19cd70d5b13ff (patch) | |
| tree | 7c3ed6ecb38ae5d8ca9e64925260ad4f5635f10f /muggle-plugin/scripts | |
| parent | f0fe97558483f994ca24028fb4e60aaa68db3550 (diff) | |
| download | vdr-plugin-muggle-f4cd003ec36478f58edbccaebdf19cd70d5b13ff.tar.gz vdr-plugin-muggle-f4cd003ec36478f58edbccaebdf19cd70d5b13ff.tar.bz2 | |
fix import of sourc and musictype tables
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk@435 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'muggle-plugin/scripts')
| -rwxr-xr-x | muggle-plugin/scripts/make-empty-db | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/muggle-plugin/scripts/make-empty-db b/muggle-plugin/scripts/make-empty-db index 3acb512..92ccf75 100755 --- a/muggle-plugin/scripts/make-empty-db +++ b/muggle-plugin/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 |
