[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-devel] [Bug 67] admin script for editing z39.50 servers
From: |
bugzilla-daemon |
Subject: |
[Koha-devel] [Bug 67] admin script for editing z39.50 servers |
Date: |
Thu Jul 11 07:20:19 2002 |
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=67
------- Additional Comments From address@hidden 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.