Podczas instalacji nowszej wersji w celach wypróbowania na przyklad wersji CVS zamiast wersji produkcyjnej (v2.0 na dzień 24 marca 2004) musiałem wykonać następujące czynności:

  1. wyczyścić tablice 'user' i 'db' w bazie mysql serwera MySQL
  2. wymazać plik konfiguracyjny /etc/koha.conf oraz katalog instalacyjny /usr/local/koha

Krok numer 1

[kb2qzv@localhost kb2qzv]$ mysql -uroot -p mysql Enter password:xxxxx Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -AWelcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 208 to server version: 3.23.58Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> delete from user where user='kohaadmin'; Query OK, 1 row affected (0.03 sec)mysql> delete from db where user='kohaadmin'; Query OK, 1 row affected (0.00 sec)mysql> drop database Koha; Query OK, 180 rows affected (0.05 sec)mysql> \q Bye !Należy niezwłocznie zrestartować daemona mysqld komendą service mysqld restart jako root.

Krok numer 2

[kb2qzv@localhost kb2qzv]$ su - root Password: [root@localhost root]# rm -rf /usr/local/koha/ [root@localhost root]# rm /etc/koha.conf rm: remove regular file `/etc/koha.conf'? y [root@localhost root]#

 
deinstalacja.txt · Last modified: 2006/04/04 09:23 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki