Koozali.org: home of the SME Server

Rebuild Horde/IMP dbases

Greg Zartman

Rebuild Horde/IMP dbases
« on: October 01, 2003, 08:35:43 PM »
What is the correct method for rebuilding the Horde/IMP databases?

Thank you

Greg Zartman

Dan Brown

Re: Rebuild Horde/IMP dbases
« Reply #1 on: October 01, 2003, 09:09:51 PM »
I don't know that there is a "correct" method for this; it's not as though it's a regular task that needs to be done.  However, the following should work, if you don't mind losing all your data:

# mysqladmin drop horde
# cd /home/httpd/html/horde/scripts/db
# mysql < mysql_create.sql
# cd ../../turba/scripts/drivers
# mysql < mysql_create.sql
# mysqladmin reload