Mass deleting albums? Mass deleting albums?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Mass deleting albums?

Started by kat17, June 29, 2013, 01:42:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

kat17

I recently deleted the entire contents of my coppermine gallery (30,000+ images) and now I have thousands of albums I need to remove. I have been considering just removing the entire gallery and installing a new one because I can't figure out a way to delete more then a couple of galleries at a time.

ΑndrĂ©

It's probably the easiest way to just install a new gallery if you want to clear everything. The only way to batch delete the remaining albums is to do that with a appropriate query in the database (execute something like
DELETE FROM cpg15x_albums
in e.g. phpMyAdmin).