Quantcast
Channel: forum.coppermine-gallery.net
Viewing all articles
Browse latest Browse all 9527

Re: How to Delete an Empty User Album

$
0
0
First of all, make a backup of your MySQL database!

Now, run this SQL query with a tool like phpMyAdmin to delete all empty albums:
Code: [Select]
DELETE FROM cpg15x_albums WHERE aid NOT IN (SELECT aid FROM cpg15x_pictures)(maybe you need to replace [tt...

Viewing all articles
Browse latest Browse all 9527

Trending Articles