[Koha-devel] [Bug 67] admin script for editing z39.50 servers

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Jul 11 07:20:19 CEST 2002


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=67





------- Additional Comments From am12 at bolis.com  2002-07-12 02:18 -------
Commandline junkies should be able to run

  mysql -uUSER -pPASS Koha  <<END
  select * into outfile '/tmp/z3950servers' from z3950servers;
  END

from their script.

Let's keep the application consistent, and all data
in the database.  The only thing that should be in
/etc/koha.conf is minimal bootstrap info to find the
code and database.  All other operational data
should be in the DB.



------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the Koha-devel mailing list