|
Thats one by one.
Now I can give you a way to via mysql delete photos but they wont be deleted on disk though
You can rescan database resync the username and the photos should be assigned to userid 0 and empty username
You could then issue a query like so
DELETE FROM pp_photos WHERE userid=0
DELETE FROM pp_comments WHERE userid=0
|