Quote:
Originally Posted by Myster Dude
Managed to sort import on localhost.
Is there any way to mass delete the files from database etc so i can start again with fresh import.
|
Run the following queries.
[SQL]
DELETE FROM {YOUR TABLE PREFIX}dbtech_downloads_filegroup
[/SQL]
[SQL]
DELETE FROM {YOUR TABLE PREFIX}dbtech_downloads_fileinfo
[/SQL]
Then delete the files in your downloads folder.
- David