2 Nov
2010
2 Nov
'10
1:35 p.m.
I realize that a "delete my whole structure" might be a dangerous "in production" command for Koha - but that is what I need now - to start with a clean slate. Do I have to do a complete re-install without the test/sample file? I attach such a DANGEROUS drop-all script.
DON'T DO THIS ON A PRODUCTION SYSTEM. You will lose your WHOLE koha structure and will have to re-install. Call with mysql -h mysql -u koha -p koha < koha_drop.sql or whatever your MySQL server and koha user and koha database are called. YOU HAVE BEEN WARNED. The advantage to dropping the koha database is that you don't lose permissions and passwords.