
11th January 2006, 14:47
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,893
Thanks: 693
Thanked 4,189 Times in 3,206 Posts
|
|
Have a look in the folder:
/var/lib/mysql
If there is a folder in that directory with the name of your database, delete this folder. If your database is named e.g. db_ispconfig:
rm -rf /var/lib/mysql/db_ispconfig
|