[Koha] Exporting MARC framework ?

Magnus Enger magnus at enger.priv.no
Thu Aug 12 19:44:48 NZST 2010


On 10 August 2010 21:16, Olugbenga Adara <gbengaadara at yahoo.com> wrote:
>> I have taken the liberty of creating a page in the wiki
>> where we can
>> collect Tips & Tricks related to mysqldump, similar to
>> SQL and jQuery:
>> http://wiki.koha-community.org/wiki/Mysqldump_Library
>>
> Thanks for creating the wikipage. However the syntax you provided did not work for me.
>
> I used mysqldump -uroot -p koha marc_subfield_structure marc_tag_structure biblio_framework --where="frameworkcode='yourframeworkcode'" --no-create-info > frameworkcode.sql

Try --where without the =, as in:

--where "frameworkcode='yourframeworkcode'"

Did you substitute your actual framework code for "yourframeworkcode"?

If that does not solve it: do you get an error message?

Regards,
Magnus
libriotech.no


More information about the Koha mailing list