Page 1 of 1

Datenbanken weg :-(

Posted: 2006-01-14 22:07
by columbo1979
Hallo, habe probiert horde mail zu installieren :

4. Extract tarball::

cd /usr/local/apache/htdocs
tar zxvf horde-3.1-rc1.tar
mv horde-3.1-rc1 horde

5. Configure Horde::

cd config/
for f in *.dist; do cp $f `basename $f .dist`; done

6. Create database tables::

cd ../scripts/sql
vi create.mysql.sql
mysql -u root -p < create.mysql.sql

7. Test Horde::

http://your-server/horde/test.php

8. Finish configuration::

http://your-server/horde/

Go to Adminstration => Setup => Horde

Allerdings sind nun alle meine Datenbanken weg :-( Hilfe... kann ich die noch retten ? :-(

Re: Datenbanken weg :-(

Posted: 2006-01-15 00:03
by timeless2
columbo1979 wrote:Allerdings sind nun alle meine Datenbanken weg :-( Hilfe... kann ich die noch retten ? :-(
Von deinem Backup!

Schau dir mal die create.mysql.sql an, ob da was drinsteht, dass er Datenbanken löschen soll.