Datenbanken weg :-(

MySQL, PostgreSQL, SQLite
Post Reply
columbo1979
Posts: 10
Joined: 2005-03-08 10:10
 

Datenbanken weg :-(

Post 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 ? :-(
timeless2
Posts: 415
Joined: 2005-03-04 14:45
Location: Paris
 

Re: Datenbanken weg :-(

Post 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.
Post Reply