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:
[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.
[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]#