--- koha-request@lists.katipo.co.nz wrote:
Send Koha mailing list submissions to koha@lists.katipo.co.nz
To subscribe or unsubscribe via the World Wide Web, visit http://lists.katipo.co.nz/mailman/listinfo/koha or, via email, send a message with subject or body 'help' to koha-request@lists.katipo.co.nz
You can reach the person managing the list at koha-admin@lists.katipo.co.nz
When replying, please edit your Subject line so it is more specific than "Re: Contents of Koha digest..."
Today's Topics:
1. password for web interface (louvet@maply.univ-lyon1.fr) 2. how to unintall koha v2 (Eric G. Salayon) 3. RE: password for web interface (Scott Malec) 4. Re: how to unintall koha v2 (MJ Ray) 5. Moving (Roger Horne)
--__--__--
Message: 1 Date: Wed, 16 Jun 2004 08:10:02 +0200 (CEST) From: louvet@maply.univ-lyon1.fr To: koha@lists.katipo.co.nz Subject: [Koha] password for web interface
Hello,
We have installed koha on a debian server. All was fine but we cannot connect on the web interface (opac as well as koha). Which login and password should we use to connect both interfaces ? Is it the mysql password for koha database or do we have to introduce a new user in the database (users table) ? Or is it something else ?
Thanks for help.
Violaine Louvet.
-- Violaine Louvet. MAPLY (Maths Appliquees de Lyon-UMR 5585 CNRS). Univ. Lyon I,43 Bd du 11 Novembre 1918 69622 - Villeurbanne Cedex - France. +33(0)4 7244 8523
--__--__--
Message: 2 Date: Wed, 16 Jun 2004 15:19:28 +0800 (PHT) From: "Eric G. Salayon" <esalayon@tip.edu.ph> To: koha@lists.katipo.co.nz Subject: [Koha] how to unintall koha v2
how can i uninstall koha v2, id installed koha using installer.pl
eric
--__--__--
Message: 3 Subject: RE: [Koha] password for web interface Date: Wed, 16 Jun 2004 07:15:18 -0400 From: "Scott Malec" <malec@library.duq.edu> To: <louvet@maply.univ-lyon1.fr>, <koha@lists.katipo.co.nz>
Hi there,
Many moons ago, when I first installed Koha, I too encountered this conundrum:
To start out, it is indeed the mysql password for the koha database that you will need to use to connect as administrator. From there (in koha, the library administration module), you will be able to add users and adjust Koha's parameters to suit your tastes and the needs of your users -
Let me know how this goes --
Regards,
- Scott Malec
-----Original Message----- From: koha-admin@lists.katipo.co.nz [mailto:koha-admin@lists.katipo.co.nz] On Behalf Of louvet@maply.univ-lyon1.fr Sent: Wednesday, June 16, 2004 2:10 AM To: koha@lists.katipo.co.nz Subject: [Koha] password for web interface
Hello,
We have installed koha on a debian server. All was fine but we cannot connect on the web interface (opac as well as koha). Which login and password should we use to connect both interfaces ? Is it the mysql password for koha database or do we have to introduce a new user in the database (users table) ? Or is it something else ?
Thanks for help.
Violaine Louvet.
--=20 Violaine Louvet. MAPLY (Maths Appliquees de Lyon-UMR 5585 CNRS). Univ. Lyon I,43 Bd du 11 Novembre 1918 69622 - Villeurbanne Cedex - France. +33(0)4 7244 8523
_______________________________________________ Koha mailing list Koha@lists.katipo.co.nz http://lists.katipo.co.nz/mailman/listinfo/koha
--__--__--
Message: 4 Date: Wed, 16 Jun 2004 13:26:10 +0100 Subject: Re: [Koha] how to unintall koha v2 From: MJ Ray <mjr@dsl.pipex.com> To: koha@lists.katipo.co.nz Organization: Very poor
On 2004-06-16 08:19:28 +0100 Eric G. Salayon <esalayon@tip.edu.ph> wrote:
how can i uninstall koha v2, id installed koha using installer.pl
Steps given on the list by Frank Weis:
*) Drop the Koha database *) remove the web sites (rm -rf /usr/local/koha if you installed in the standard location) *) rm /etc/koha.conf *) rm /etc/koha-httpd.conf *) delete the koha related entries in the mysql users table
From:
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=459
-- MJR/slef My Opinion Only and possibly not of any group I know. http://www.ttllp.co.uk/ for creative copyleft computing Help hack the EuroParl! http://mjr.towers.org.uk/proj/eurovote/
--__--__--
Message: 5 Date: Wed, 16 Jun 2004 13:46:58 +0100 (BST) From: Roger Horne <roger@hrothgar.co.uk> To: koha@lists.katipo.co.nz Subject: [Koha] Moving
I rudely did not thank people for answering a question some time ago: so
=== message truncated === from re-v to remove koha I prefer this approach #rm -rf /var/log/mysql #rm -rf /var/lib/mysql #rm - rf /usr/local/koha # rm /etc/koha-httpd.conf # rm /etc/koha.conf # apt-get remove mysql-server #apt-get remove mysql-client then to install #apt-get install mysql-server #mysqladmin password <your password> #omit <> install koha using perl installer.pl assuming you have apache set up properly remove the commnets before the Listen 80 and 8001 ports in your /etc/koha-httpd.conf file restart apache with #/etc/init.d/apache restart you now have a fresh slate. hth re-v __________________________________ Do you Yahoo!? New and Improved Yahoo! Mail - Send 10MB messages! http://promotions.yahoo.com/new_mail
On 2004-06-16 21:19:54 +0100 mike re-v <mrmrmr50@yahoo.com> wrote:
--- koha-request@lists.katipo.co.nz wrote:
Send Koha mailing list submissions to koha@lists.katipo.co.nz [most of digest]
Please don't do that: http://mjr.towers.org.uk/email.html#quoting -- MJR/slef My Opinion Only and possibly not of any group I know. http://www.ttllp.co.uk/ for creative copyleft computing Help hack the EuroParl! http://mjr.towers.org.uk/proj/eurovote/
participants (2)
-
mike re-v -
MJ Ray